公告板
版本库
filestore
活动
搜索
登录
main
/
docManageSystem
研发图纸文件管理系统-前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增卡片表格、搜索表格;升级vue-antd-ui版本至v1.0.0
chenghx
2018-07-27
31faa8ccb8296f3743df89a0f3dde043ffbc9176
[docManageSystem.git]
/
src
/
components
/
layout
/
RouterLayout.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<router-view />
</template>
<script>
export default {
name: 'RouterLayout'
}
</script>
<style scoped>
</style>