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

加上:

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

每次点击都会刷新页面啦

猜你喜欢

转载自www.cnblogs.com/MiaDeng/p/9284363.html
今日推荐