add following-feed page
This commit is contained in:
parent
c5117552ca
commit
6a42874eac
4 changed files with 125 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ export const navbarItemDef = reactive({
|
|||
lookup();
|
||||
},
|
||||
},
|
||||
following: {
|
||||
title: i18n.ts.following,
|
||||
icon: 'ti ti-user-check',
|
||||
to: '/following-feed',
|
||||
},
|
||||
lists: {
|
||||
title: i18n.ts.lists,
|
||||
icon: 'ti ti-list',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue