diff --git a/src/runtime/components/NavigationMenu.vue b/src/runtime/components/NavigationMenu.vue index 15b8839c..d0afd594 100644 --- a/src/runtime/components/NavigationMenu.vue +++ b/src/runtime/components/NavigationMenu.vue @@ -11,7 +11,7 @@ const appConfig = _appConfig as AppConfig & { ui: { navigationMenu: Partial { +export interface NavigationMenuChildItem extends Omit { label: string description?: string icon?: string @@ -25,7 +25,7 @@ export interface NavigationMenuItem extends Omit, Pick