If your browser supports scroll behavior, you can make it smooth: const router = createRouter({ scrollBehavior(to, from, savedPosition) { if (to.hash) ...
確定! 回上一頁