mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
feat(Breadcrumb): handle labelClass and merge iconClass
This commit is contained in:
1
src/runtime/types/breadcrumb.d.ts
vendored
1
src/runtime/types/breadcrumb.d.ts
vendored
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user