1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-05 02:08:14 +09:00
This commit is contained in:
syuilo 2018-05-29 23:56:44 +09:00
parent ae9bfd69b0
commit 161b9602f4

View File

@ -20,6 +20,7 @@ init(launch => {
// Init router
const router = new VueRouter({
mode: 'history',
base: '/auth/',
routes: [
{ path: '/:token', component: Index },
]