diff --git a/components/tag/index.tsx b/components/tag/index.tsx index 5cd8e502f..ca8bd3e7f 100644 --- a/components/tag/index.tsx +++ b/components/tag/index.tsx @@ -80,7 +80,7 @@ const Tag = defineComponent({ return () => { const { prefixCls: customizePrefixCls, - icon, + icon = slots.icon?.(), color, closeIcon = slots.closeIcon?.(), closable = false,