Skip to content

Commit ba13390

Browse files
committed
chore(router): add link to router.vuejs.org/api/
1 parent c3b63a1 commit ba13390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const User = () => import('@/views/users/User')
6161
Vue.use(Router)
6262

6363
export default new Router({
64-
mode: 'hash', // Demo is living in GitHub.io, so required!
64+
mode: 'hash', // https://router.vuejs.org/api/#mode
6565
linkActiveClass: 'open active',
6666
scrollBehavior: () => ({ y: 0 }),
6767
routes: [

0 commit comments

Comments
 (0)