diff --git a/src/runtime/components/NavigationMenu.vue b/src/runtime/components/NavigationMenu.vue index 2d423de7..440db1b5 100644 --- a/src/runtime/components/NavigationMenu.vue +++ b/src/runtime/components/NavigationMenu.vue @@ -21,6 +21,10 @@ export interface NavigationMenuItem extends Omit, P label?: string icon?: string avatar?: AvatarProps + /** + * Display a badge on the item. + * `{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang="ts-type"} + */ badge?: string | number | BadgeProps trailingIcon?: string slot?: string