Skip to content

Commit

Permalink
fix: breadcrumb to optional
Browse files Browse the repository at this point in the history
Fixes #194
  • Loading branch information
harlan-zw committed Mar 11, 2024
1 parent 992a7ce commit 48353f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/nuxt/composables/useBreadcrumbItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export interface BreadcrumbItemProps extends NuxtUIBreadcrumbItem {
* @default 'page'
*/
ariaCurrent?: 'page' | 'step' | 'location' | 'date' | 'time' | boolean | 'true' | 'false'
to: string
to?: string
ariaLabel?: string
separator?: boolean | string
class?: (string | string[] | undefined)[] | string
Expand Down

0 comments on commit 48353f7

Please sign in to comment.