This commit is contained in:
syuilo
2018-02-19 14:29:42 +09:00
parent 2fe720c610
commit 469ff88287
8 changed files with 41 additions and 28 deletions

View File

@@ -16,6 +16,7 @@ import dialog from './api/dialog';
import input from './api/input';
import MkIndex from './views/pages/index.vue';
import MkUser from './views/pages/user/user.vue';
/**
* init
@@ -55,6 +56,8 @@ init(async (launch) => {
app.$router.addRoutes([{
path: '/', component: MkIndex
}, {
path: '/:user', component: MkUser
}]);
}, true);