Browse Source

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into feat/ui-layout

pull/49/head
Tyler Chen 4 years ago
parent
commit
de82fe0cc5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/_router/index.js

+ 4
- 0
src/_router/index.js View File

@@ -101,6 +101,10 @@ export const router = new Router({
path: 'legal',
component: () => import('~/_pages/main/account/Legal'),
},
{
path: 'restore',
component: () => import('~/_pages/main/bubble/Restore'),
},
],
},
{


Loading…
Cancel
Save