You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such configuration works as expected in the app, although it raises a TypeScript error:
Type '{ label: string; }' is not assignable to type 'false | BreadcrumbItemProps | undefined'.
Property 'to' is missing in type '{ label: string; }' but required in type 'BreadcrumbItemProps'.
Describe the bug
Hey,
when using useBreadcrumbsItems composable, I'd like to override only the label of the last item & keep the default URL.
Such configuration works as expected in the app, although it raises a TypeScript error:
Reproduction
No response
System / Nuxt Info
The text was updated successfully, but these errors were encountered: