add following-feed page

This commit is contained in:
Hazel K 2024-09-30 12:06:00 -04:00
parent c5117552ca
commit 6a42874eac
4 changed files with 125 additions and 0 deletions

View file

@ -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')),