动态路由初始化前端

This commit is contained in:
pixelqm
2019-09-08 23:22:49 +08:00
parent d7f32b24b5
commit d0f4ecab2e
14 changed files with 236 additions and 49 deletions

View File

@@ -0,0 +1,16 @@
<template>
<div>
模板框
<router-view></router-view>
</div>
</template>
<script>
export default {
name:"Layout"
}
</script>
<style scoped>
</style>