仪表盘
版本库
文件存储
活动
搜索
登录
main
/
scene-config-new
新版-合肥版编辑器
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新 合肥编辑器
lixuliang
2024-04-19
1fef6dcc04ffe09336e4983c2b05962ad901e545
[scene-config-new.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
<router-view />
</template>
<script>
import Index from "./components/index";
export default {
name: "App",
components: {
Index,
},
};
</script>
<style>
</style>