improve per-user view on mobile
This commit is contained in:
parent
97a16c2ebc
commit
fddf078b52
4 changed files with 209 additions and 65 deletions
|
|
@ -231,6 +231,9 @@ const routes: RouteDef[] = [{
|
|||
path: '/following-feed',
|
||||
component: page(() => import('@/pages/following-feed.vue')),
|
||||
hash: 'initialTab',
|
||||
}, {
|
||||
path: '/following-feed/:userId',
|
||||
component: page(() => import('@/pages/user/recent-notes.vue')),
|
||||
}, {
|
||||
path: '/search',
|
||||
component: page(() => import('@/pages/search.vue')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue