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