fix:#5 fixed menubar active class

This commit is contained in:
Elmar Kresse
2024-01-25 22:36:41 +01:00
parent 65e6f0c8b5
commit 7c3daa9c50
3 changed files with 15 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ const router = createRouter({
component: CourseSelection,
},
{
path: "/rooms",
path: "/rooms/occupancy",
name: "room-schedule",
component: RoomFinder,
},