Vue switch page scroll bar is at the top by default

main.js entry file with vue-router

router.afterEach((to,from,next) => {
  window.scrollTo(0,0);
});

Guess you like

Origin blog.csdn.net/weixin_44523517/article/details/127666164