update
This commit is contained in:
@@ -56,5 +56,10 @@ new Vue({
|
|||||||
(2) 在src/app.vue 中 的id为 app 的div内部写入 router-view标签
|
(2) 在src/app.vue 中 的id为 app 的div内部写入 router-view标签
|
||||||
|
|
||||||
```
|
```
|
||||||
|
<template>
|
||||||
|
<div id="app">
|
||||||
|
<router-view></router-view>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user