feat/FRO-17 Added Rule Component and changed Mainmenu structure #11

Merged
Janis merged 3 commits from feat/FRO-17 into main 2025-12-10 14:12:12 +01:00
8 changed files with 179 additions and 55 deletions
Showing only changes of commit 6163e7b482 - Show all commits

View File

@@ -16,7 +16,7 @@ const router = createRouter({
{
path: '/mainmenu/',
component: MainMenuView,
meta: { requiresAuth: false },
meta: { requiresAuth: true },
children: [
{
path: '',