switch to nuxt layers

This commit is contained in:
Martin Drechsel
2025-05-22 06:55:53 +02:00
parent 2a69c07743
commit 96fd11d3d6
36 changed files with 101 additions and 1477 deletions

View File

@ -116,8 +116,12 @@
>
<div class="drawer-body h-full">
<ul class="menu p-0 h-full rounded-none">
<UiSidebarLink v-bind="item" v-for="item in menu" :key="item.id" />
<UiSidebarLink
<HaexSidebarLink
v-bind="item"
v-for="item in menu"
:key="item.id"
/>
<HaexSidebarLink
v-for="item in extensionLinks"
:key="item.id"
v-bind="item"