const router = createRouter({ scrollBehavior(to, from, savedPosition) { // always scroll to top return { top: 0 } }, })