vue 监听路由变化
watch:{
"$route":function(to,from){
console.log(to.path)
}
}
A little hug, little gift.
All of little something.
these are our meories.
watch:{
"$route":function(to,from){
console.log(to.path)
}
}