watch:{
   $route:{
     handler(to,from){
       console.log('watch',to.path)
     },
     immediate:true,//第一次就执行
   }
}
Logo

前往低代码交流专区

更多推荐