[+] Friends tab

This commit is contained in:
Hykilpikonna
2022-05-11 13:14:48 -04:00
parent dd199d3d5e
commit e582d45eda
3 changed files with 25 additions and 0 deletions
+6
View File
@@ -48,6 +48,12 @@ const routes: Array<RouteRecordRaw> = [
meta: {title: '菜单', navBookmark: 'Others'},
component: () => import('../views/others/Menu.vue')
},
{
path: '/friends',
name: 'Friends',
meta: {title: '朋友们', navBookmark: 'Others'},
component: () => import('../views/others/Friends.vue')
},
{
path: '/color',
name: 'ColorPicker',