Creare Visualizzazione Nuova della scheda della MySkill (Bacheca)

This commit is contained in:
paoloar77
2022-02-14 15:38:23 +01:00
parent cac35f9243
commit 7249886e8f
24 changed files with 164 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ const msg_website = {
Category: 'Categorie',
Todo: 'Todo',
personal: 'Personale',
work: 'Lavoro',
bacheca: 'Bacheca',
shopping: 'Spesa',
Admin: 'Admin',
Test1: 'Test1',

View File

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