Commit 0bfa4f24 by yuwei

项目初始化

parent 5d4c0308
<template> <template>
<div class="app-container"> <router-view />
Instance
</div>
</template> </template>
<script>
export default {
name: 'Instance'
}
</script>
<style lang="scss" scoped>
</style>
<template> <template>
<div class="app-container"> <router-view />
Task
</div>
</template> </template>
<script>
export default {
name: 'Task'
}
</script>
<style lang="scss" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment