研发图纸文件管理系统-前端项目
chenghx
2018-07-27 31faa8ccb8296f3743df89a0f3dde043ffbc9176
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>