feat : layout administration (WIP)

This commit is contained in:
2026-02-05 16:47:01 +01:00
parent 3062709f08
commit c186e6a5e1
4 changed files with 83 additions and 45 deletions

View File

@@ -28,6 +28,15 @@
Reception
</a>
</NuxtLink>
<NuxtLink to="/admin/dashboard" custom v-slot="{ href, navigate, isActive }">
<a
:href="href"
@click="navigate"
:class="isReceptionActive ? 'opacity-100' : 'opacity-50'"
>
Admin
</a>
</NuxtLink>
</nav>
<button
type="button"