在App.vue文件夹内的添加上一个唯一的key标识
<router-view :key="key" />
在下边的添加一个页面表示
computed:{
key(){
return this.$route.name?this.$route.name+ +new Date():this.$route+ +new Date()
}
},
在App.vue文件夹内的添加上一个唯一的key标识
<router-view :key="key" />
在下边的添加一个页面表示
computed:{
key(){
return this.$route.name?this.$route.name+ +new Date():this.$route+ +new Date()
}
},