We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c4117 commit bb85f1fCopy full SHA for bb85f1f
components/drawer/index.tsx
@@ -271,7 +271,7 @@ const Drawer = defineComponent({
271
return (
272
closable && (
273
<button key="closer" onClick={close} aria-label="Close" class={`${prefixCls}-close`}>
274
- {$closeIcon === undefined ? <CloseOutlined></CloseOutlined> : null}
+ {$closeIcon === undefined ? <CloseOutlined></CloseOutlined> : $closeIcon}
275
</button>
276
)
277
);
0 commit comments