Loading src/router.js +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ Vue.use(Router) const router = new Router({ mode: 'history', base: process.env.BASE_URL, scrollBehavior () { return { x: 0, y: 0 } }, routes: [ { path: '/', Loading Loading
src/router.js +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ Vue.use(Router) const router = new Router({ mode: 'history', base: process.env.BASE_URL, scrollBehavior () { return { x: 0, y: 0 } }, routes: [ { path: '/', Loading