fix(NumberKeyboard): shouldn't trigger blur event when hidden (#5110)

This commit is contained in:
NoahSun 2019-11-26 17:55:16 +08:00 committed by neverland
parent a6490ed7f5
commit f525abbf11

View File

@ -105,7 +105,7 @@ export default createComponent({
methods: {
onBlur() {
this.$emit('blur');
this.show && this.$emit('blur');
},
onClose() {