We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210dadc commit bc03b6eCopy full SHA for bc03b6e
components/tag/index.tsx
@@ -80,7 +80,7 @@ const Tag = defineComponent({
80
return () => {
81
const {
82
prefixCls: customizePrefixCls,
83
- icon,
+ icon = slots.icon?.(),
84
color,
85
closeIcon = slots.closeIcon?.(),
86
closable = false,
0 commit comments