fix(DropdownItem): emit close while change item (#2766)

fix #2582
This commit is contained in:
rex 2020-02-15 23:36:16 +08:00 committed by GitHub
parent ad3973272b
commit 20d49bf97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ VantComponent({
const shouldEmitChange = this.data.value !== value;
this.setData({ showPopup: false, value });
this.$emit('close');
setTimeout(() => {
this.setData({ showWrapper: false });