feat(#8): Add administration.vue page for adding application form templates

This commit is contained in:
2025-11-21 11:46:30 +01:00
parent f0a4fd0a1a
commit 49b921fde2
4 changed files with 348 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ const items = computed<DropdownMenuItem[][]>(() => [
},
{
label: 'Administration',
icon: 'i-lucide-user',
icon: 'i-lucide-shield',
to: '/administration'
},
{