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 539b2b0 commit 061ace3Copy full SHA for 061ace3
packages/vant/src/popup.tsx
@@ -40,7 +40,7 @@ const baseRender = (
40
<Popup
41
ref={componentRef}
42
v-model:show={visible.value}
43
- onClickCloseIcon={onClose}
+ onClosed={onClose}
44
onVnodeMounted={onMounted}
45
{...defaultProps}
46
{...rest}
0 commit comments