fix: menu and routing

This commit is contained in:
2026-03-30 16:39:14 +02:00
parent 68f4850445
commit 91c5de1f67
18 changed files with 728 additions and 228 deletions

View File

@@ -4,9 +4,11 @@ import TopBar from '@/components/TopBar.vue';
<template>
<div class="h-screen grid grid-rows-[auto_1fr_auto]">
<main class="p-10">
<TopBar/>
<slot></slot>
<main class="pt-20 pb-10">
<TopBar />
<div class="container mx-auto px-4">
<slot />
</div>
</main>
</div>
</template>