add following-feed page
This commit is contained in:
parent
c5117552ca
commit
6a42874eac
4 changed files with 125 additions and 0 deletions
|
|
@ -227,6 +227,10 @@ const routes: RouteDef[] = [{
|
|||
path: '/explore',
|
||||
component: page(() => import('@/pages/explore.vue')),
|
||||
hash: 'initialTab',
|
||||
}, {
|
||||
path: '/following-feed',
|
||||
component: page(() => import('@/pages/following-feed.vue')),
|
||||
hash: 'initialTab',
|
||||
}, {
|
||||
path: '/search',
|
||||
component: page(() => import('@/pages/search.vue')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue