「解决 — 小bug」使用了锚点的页面跳转后滚动条仍停留在原先位置而不是顶部
在router.js中加入:
routes: [...], scrollBehavior (to, from, savedPosition) { return { x: 0, y: 0 } }