vue3项目:切换页面(路由)回到页面顶端 救救我的头发 2022-04-20 120 阅读1分钟 mounted(){ this.$router.afterEach((to,from,next)=>{ window.scrollTo(0,0) }) },