🌐 AI搜索 & 代理 主页
Skip to content

Commit e919f95

Browse files
authored
Update breadcrumb-link.js
1 parent d7e2e35 commit e919f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/breadcrumb/breadcrumb-link.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { htmlOrText } from '../../utils/html'
55
import { BLink, props as BLinkProps } from '../link/link'
66

77
export const props = {
8-
...BLinkProps,
98
text: {
109
type: String,
1110
default: null
@@ -17,7 +16,8 @@ export const props = {
1716
ariaCurrent: {
1817
type: String,
1918
default: 'location'
20-
}
19+
},
20+
...BLinkProps
2121
}
2222

2323
// @vue/component

0 commit comments

Comments
 (0)