watch: {
$route: {
handler: function(to, form){
console.log(to.path);
},
//立即先去执行handler方法
immediate:true
}
},
watch: {
$route: {
handler: function(to, form){
console.log(to.path);
},
//立即先去执行handler方法
immediate:true
}
},
本文标题:vue 监听路由变化
本文链接:https://www.haomeiwen.com/subject/jganectx.html
网友评论