feat: timeline page for non-login users (#9795)

This commit is contained in:
futchitwo
2023-02-05 14:02:54 +09:00
committed by GitHub
parent 505ecf6c1f
commit 04f92bd688
5 changed files with 47 additions and 33 deletions

View File

@@ -484,6 +484,9 @@ export const routes = [{
path: '/clicker',
component: page(() => import('./pages/clicker.vue')),
loginRequired: true,
}, {
path: '/timeline',
component: page(() => import('./pages/timeline.vue')),
}, {
name: 'index',
path: '/',