This commit is contained in:
asd
2019-12-09 09:29:31 +08:00
parent 84ac3b4f5d
commit 6c847cb011

View File

@@ -56,5 +56,10 @@ new Vue({
2 在src/app.vue 中 的id为 app 的div内部写入 router-view标签
```
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
```