feat(Breadcrumb): handle labelClass and merge iconClass

This commit is contained in:
Benjamin Canac
2023-12-12 19:12:01 +01:00
parent a79f7c0a34
commit f623ec1130
4 changed files with 11 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ import type { Link } from './link'
export interface BreadcrumbLink extends Link {
label: string
labelClass?: string
icon?: string
iconClass?: string
// FIXME: This is a workaround for `link.to` not being resolved although it extends `NuxtLinkProps`