公告板
版本库
filestore
活动
搜索
登录
main
/
chuanyinweb
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更改
zhangwei
2026-02-28
cac2d5a618758fb848b720eda78121a315382dc8
[chuanyinweb.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div>
<router-view />
</div>
</template>
<script setup>
</script>
<style lang="scss">
@use '@/static/css/comm.scss';
</style>