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 35a2bee commit a9e87adCopy full SHA for a9e87ad
src/router.js
@@ -7,6 +7,9 @@ let router = new Router({
7
routes: [{
8
path: '/',
9
component: () => import('./components/home/page.vue')
10
+ }, {
11
+ path: '/account/password',
12
+ component: () => import('./components/user/changePassword.vue')
13
}, {
14
path: '/account/:id',
15
component: () => import('./components/user/content.vue')
0 commit comments