We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d9e2d commit 2aeb759Copy full SHA for 2aeb759
src/router/index.js
@@ -61,7 +61,7 @@ const User = () => import('@/views/users/User')
61
Vue.use(Router)
62
63
export default new Router({
64
- mode: 'hash', // Demo is living in GitHub.io, so required!
+ mode: 'hash', // https://router.vuejs.org/api/#mode
65
linkActiveClass: 'open active',
66
scrollBehavior: () => ({ y: 0 }),
67
routes: [
0 commit comments