有什么问题为什么子页面有问题
在First.vue 添加 <router-view/>
在first.vue页面里没有写挂载点<router-view/>
我刚遇到这个问题了,是因为我的first.vue没有写
<router-view></router-view>
first.vue加上<router-view>