公告板
版本库
filestore
活动
搜索
登录
张宪强
/
jxkg-new-ui-student
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
在线查看
消逝
2024-07-12
b81d9110bcdef3b80386c6f16fa927e481ed9a7a
[~zxq/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>