公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new-ui-student
江西空管学生端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
错题展示
luohairen
2024-11-07
84659b2d8d9c839903988b59905c6e6c338c5e71
[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>