Skip to content

Commit 061ace3

Browse files
committed
🐞 fix: vant onClosed
1 parent 539b2b0 commit 061ace3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vant/src/popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const baseRender = (
4040
<Popup
4141
ref={componentRef}
4242
v-model:show={visible.value}
43-
onClickCloseIcon={onClose}
43+
onClosed={onClose}
4444
onVnodeMounted={onMounted}
4545
{...defaultProps}
4646
{...rest}

0 commit comments

Comments
 (0)