diff --git a/playground/app/pages/components/navigation-menu.vue b/playground/app/pages/components/navigation-menu.vue index ce5be1fe..55413ad9 100644 --- a/playground/app/pages/components/navigation-menu.vue +++ b/playground/app/pages/components/navigation-menu.vue @@ -47,6 +47,7 @@ const items = [ label: 'Components', icon: 'i-lucide-box', to: '/components/navigation-menu', + type: 'trigger', active: true, defaultOpen: true, children: [{ diff --git a/src/runtime/components/NavigationMenu.vue b/src/runtime/components/NavigationMenu.vue index 2970fdae..87d236e7 100644 --- a/src/runtime/components/NavigationMenu.vue +++ b/src/runtime/components/NavigationMenu.vue @@ -42,10 +42,11 @@ export interface NavigationMenuItem extends Omit - + - - + + - - + + - - + + - +