Ram
0
Q:

scroll to top router link vue

export default new Router({
  scrollBehavior() {
    return { x: 0, y: 0 };
  },
  routes: [
    {
      path: '/',
      name: 'Home',
      component: Home
    }
  ],
  mode: 'history'
});
0
scrollBehavior(to, from, savedPosition) {  return { x: 0, y: 0 };}
0

New to Communities?

Join the community