We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e2e35 commit e919f95Copy full SHA for e919f95
src/components/breadcrumb/breadcrumb-link.js
@@ -5,7 +5,6 @@ import { htmlOrText } from '../../utils/html'
5
import { BLink, props as BLinkProps } from '../link/link'
6
7
export const props = {
8
- ...BLinkProps,
9
text: {
10
type: String,
11
default: null
@@ -17,7 +16,8 @@ export const props = {
17
16
ariaCurrent: {
18
19
default: 'location'
20
- }
+ },
+ ...BLinkProps
21
}
22
23
// @vue/component
0 commit comments