公告板
版本库
filestore
活动
搜索
登录
web
/
bulletin-board-style1
APS终端看板风格1
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 添加dashboard布局组件
songshankun
2023-10-27
a334208af82b102e1d1bbc91b44753b04c0ed0de
[web/bulletin-board-style1.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
<template>
<RouterView />
</template>
<script setup lang="ts">
import { RouterView } from 'vue-router'
</script>
<style scoped></style>