- added Footer (mobile version)

- fix menu and qselect
This commit is contained in:
paoloar77
2022-02-10 01:04:17 +01:00
parent b4ad353aef
commit e2875e2400
24 changed files with 144 additions and 52 deletions

View File

@@ -416,7 +416,7 @@ const baseroutes: IListRoutes[] = [
active: true,
order: 130,
path: '/friends',
materialIcon: 'fas fa-users',
materialIcon: 'eva-people-outline',
name: 'mypages.friends',
component: () => import('@/views/user/myfriends/myfriends.vue'),
meta: { requiresAuth: true },
@@ -583,7 +583,7 @@ const baseroutes: IListRoutes[] = [
inmenu: true,
},
{
active: true,
active: false,
order: 80,
path: '/calendario-eventi',
materialIcon: 'event',