公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new-ui-student
江西空管学生端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
正式环境
fuliqi
2024-10-29
ab0e808d99312422b4d88de2c5f0ecd91776c35b
[jxkg-new-ui-student.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
<script setup>
</script>
<template>
<div class="page-container">
<RouterView />
</div>
</template>
<style scoped>
</style>