解决跳转同一路由页面不刷新问题

105 阅读1分钟
watch: {
    '$route': {
        handler: 'init',
        immediate: true
    }
}