Filtri avanzati a scomparsa

This commit is contained in:
paoloar77
2022-02-14 11:30:53 +01:00
parent 86cf158e27
commit cac35f9243
15 changed files with 99 additions and 50 deletions

View File

@@ -382,10 +382,10 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 10,
path: '/work',
path: '/bacheca',
materialIcon: 'fas fa-bullhorn',
name: 'mypages.work',
component: () => import('@/root/work/work.vue'),
component: () => import('@/root/bacheca/bacheca.vue'),
meta: { requiresAuth: true },
inmenu: true,
infooter: true,

View File

@@ -382,10 +382,10 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 100,
path: '/work',
path: '/bacheca',
materialIcon: 'fas fa-bullhorn',
name: 'mypages.work',
component: () => import('@/root/work/work.vue'),
component: () => import('@/root/bacheca/bacheca.vue'),
meta: { requiresAuth: true },
inmenu: true,
infooter: true,

View File

@@ -382,10 +382,10 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 10,
path: '/work',
path: '/bacheca',
materialIcon: 'fas fa-bullhorn',
name: 'mypages.work',
component: () => import('@/root/work/work.vue'),
component: () => import('@/root/bacheca/bacheca.vue'),
meta: { requiresAuth: true },
inmenu: true,
infooter: true,