This commit is contained in:
2026-05-25 10:19:31 +02:00
parent 4f0cbe9145
commit ee2fc42fff
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const router = createRouter({
{
path: '/admin',
name: 'admin-dashboard',
component: () => import('@/pages/admin/Dashboard.vue'),
component: () => import('@/pages/admin/dashboard.vue'),
meta: {requiresAdmin: true}
},
],