Vue路由变化组件数据不刷新

export default {
 watch: {
    $route(to, from) {
      // 对路由变化作出响应...
    }
 }
}
「」