This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
b660b93486
6dd8a5c9e3
commit
de82fe0cc5
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'),
},
],
},
{
Write
Preview
Loading…
Cancel
Save