修复 blur 事件无法触发问题

This commit is contained in:
xuliangzhan
2021-04-09 16:34:00 +08:00
parent 646e3f042f
commit 367e89fb5c

View File

@@ -1003,7 +1003,7 @@ export default {
input: this.inputEvent,
change: this.changeEvent,
focus: this.focusEvent,
blu: this.blurEvent
blur: this.blurEvent
}
})
)