1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +00:00

feat(navigation): update NavigationMenu component structure and improve props definition

This commit is contained in:
2025-06-15 15:40:25 +07:00
parent 7eb1528a55
commit 8e408ead25
4 changed files with 23 additions and 24 deletions

View File

@@ -11,8 +11,8 @@ const items = [
<template>
<header class="p-4 dark bg-background text-foreground">
<div class="mx-auto container flex space-x-18">
<Logo class="h-6" aria-label="Logo" />
<NavigationMenu :items />
<Logo class="h-6" aria-label="Логотип" />
<NavigationMenu :items class="hidden lg:block" />
</div>
</header>
</template>