feat: timeline page for non-login users (#9795)
This commit is contained in:
parent
505ecf6c1f
commit
04f92bd688
5 changed files with 47 additions and 33 deletions
|
|
@ -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: '/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue