vue-router跳转到相同路由但页面没刷新

加上:

watch: {
    '$route' (to, from) {
        this.$router.go(0);
    }
},

每次点击都会刷新页面啦

posted @ 2018-07-09 16:19  Raya73  阅读(2488)  评论(0)    收藏  举报