VueRouter 中' this.$router.push '跳转页面不刷新的问题解决

Posted 断笔书生

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VueRouter 中' this.$router.push '跳转页面不刷新的问题解决相关的知识,希望对你有一定的参考价值。

在跳转后页面添加:
mounted(){
this.getList();//重新加载数据
}
或者
activated(){
this.getList();//重新加载数据
}

以上是关于VueRouter 中' this.$router.push '跳转页面不刷新的问题解决的主要内容,如果未能解决你的问题,请参考以下文章

如何利用vue组件 动态生成router-link

vueRouter push问题的思考

Vue 2 + VueRouter 2 + Laravel 5.3 - Webpack(运行时 x 独立构建问题)

vue router怎么获得当前页面的路由

用vue router如何获得当前页面的路由?

vue3获取this.$route