diff --git a/components/tag/index.tsx b/components/tag/index.tsx index a9cd26863b..ef2bbea617 100644 --- a/components/tag/index.tsx +++ b/components/tag/index.tsx @@ -87,9 +87,9 @@ const Tag = defineComponent({ const renderCloseIcon = () => { if (closable) { return closeIcon ? ( -
+ {closeIcon} -
+ ) : ( );