Skip to content

Commit a9e87ad

Browse files
committed
router
1 parent 35a2bee commit a9e87ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/router.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ let router = new Router({
77
routes: [{
88
path: '/',
99
component: () => import('./components/home/page.vue')
10+
}, {
11+
path: '/account/password',
12+
component: () => import('./components/user/changePassword.vue')
1013
}, {
1114
path: '/account/:id',
1215
component: () => import('./components/user/content.vue')

0 commit comments

Comments
 (0)