fix(Dialog): fix(Dialog): closeOnClickOverlay true,overlay click error 'this.onClose is not a function' (#3913)

This commit is contained in:
陌路凡歌 2020-12-31 15:16:11 +08:00 committed by GitHub
parent 192e87c2c6
commit 11551cb810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ VantComponent({
}, },
onClickOverlay() { onClickOverlay() {
this.onClose('overlay'); this.close('overlay');
}, },
close(action) { close(action) {