Riattivato il Calendario (ma ancora non lo rendo visibile)
aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi Aggiunto Filtro Data
This commit is contained in:
@@ -382,10 +382,10 @@ const baseroutes: IListRoutes[] = [
|
||||
{
|
||||
active: false,
|
||||
order: 100,
|
||||
path: '/bacheca',
|
||||
path: '/events',
|
||||
materialIcon: 'fas fa-bullhorn',
|
||||
name: 'mypages.bacheca',
|
||||
component: () => import('@/root/bacheca/bacheca.vue'),
|
||||
name: 'mypages.events',
|
||||
component: () => import('@/root/eventi/eventi.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
|
||||
Reference in New Issue
Block a user