公告板
版本库
filestore
活动
搜索
登录
web
/
vue_smartai_audio
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:更新ui界面
charles
2024-06-05
fefe4a3011fb472788abb2e7ffdbbc5a4f58623c
[web/vue_smartai_audio.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'app',
}
</script>
<style>
body{
margin: 0px;
padding: 0px;
}
</style>