diff --git a/src/runtime/components/NavigationMenu.vue b/src/runtime/components/NavigationMenu.vue index ab81603b..291b366d 100644 --- a/src/runtime/components/NavigationMenu.vue +++ b/src/runtime/components/NavigationMenu.vue @@ -177,6 +177,8 @@ import UBadge from './Badge.vue' import UPopover from './Popover.vue' import UTooltip from './Tooltip.vue' +defineOptions({ inheritAttrs: false }) + const props = withDefaults(defineProps>(), { orientation: 'horizontal', contentOrientation: 'horizontal', @@ -392,7 +394,7 @@ function getAccordionDefaultValue(list: NavigationMenuItem[], level = 0) { - +