Not found page

This commit is contained in:
syuilo
2020-02-06 23:20:59 +09:00
parent 15a41e31b0
commit c2a8e29ef9
3 changed files with 39 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export const router = new VueRouter({
{ path: '/auth/:token', component: page('auth') },
{ path: '/authorize-follow', component: page('follow') },
{ path: '/share', component: page('share') },
/*{ path: '*', component: MkNotFound }*/
{ path: '*', component: page('not-found') }
],
// なんかHacky
// 通常の使い方をすると scroll メソッドの behavior を設定できないため、自前で window.scroll するようにする