App.vue檔案中,添加watch事件,全局監聽路由
watch: {
'$route': function(to,from){
document.body.scrollTop = 0
document.documentElement.scrollTop = 0
}
}
App.vue檔案中,添加watch事件,全局監聽路由
watch: {
'$route': function(to,from){
document.body.scrollTop = 0
document.documentElement.scrollTop = 0
}
}