feat: Setup Nuxt UI

This commit is contained in:
2026-03-18 16:00:16 -04:00
parent 22cdda7fbf
commit 0ffe47c8f8
14 changed files with 2198 additions and 56 deletions

View File

@@ -0,0 +1,9 @@
<template>
<UHeader mode="slideover">
<template #left>
<NuxtLink to="/">
<SvgSiteLogo class="h-10 w-auto" />
</NuxtLink>
</template>
</UHeader>
</template>