fix(router): explore and search requires $i
This commit is contained in:
parent
a6bb7eba1e
commit
6022b924f5
@ -231,6 +231,7 @@ const routes: RouteDef[] = [{
|
||||
path: '/explore',
|
||||
component: page(() => import('@/pages/explore.vue')),
|
||||
hash: 'initialTab',
|
||||
loginRequired: true,
|
||||
}, {
|
||||
path: '/search',
|
||||
component: page(() => import('@/pages/search.vue')),
|
||||
@ -240,6 +241,7 @@ const routes: RouteDef[] = [{
|
||||
type: 'type',
|
||||
origin: 'origin',
|
||||
},
|
||||
loginRequired: true,
|
||||
}, {
|
||||
path: '/authorize-follow',
|
||||
component: page(() => import('@/pages/follow.vue')),
|
||||
|
Loading…
Reference in New Issue
Block a user