Closed ar-rohman closed 2 years ago
Back to top when link clicked or move to another page
// src/router.js const router = new VueRouter({ ... scrollBehavior (to, from, savedPosition) { return { x: 0, y: 0 }; } }); export default router;
Back to top when link clicked or move to another page