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

Commit d7e2e35

Browse files
authored
Update badge.js
1 parent 5f64000 commit d7e2e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/badge/badge.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ delete linkProps.href.default
1212
delete linkProps.to.default
1313

1414
export const props = {
15-
...linkProps,
1615
tag: {
1716
type: String,
1817
default: 'span'
@@ -24,7 +23,8 @@ export const props = {
2423
pill: {
2524
type: Boolean,
2625
default: false
27-
}
26+
},
27+
...linkProps
2828
}
2929

3030
// @vue/component

0 commit comments

Comments
 (0)