mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
修复 blur 事件无法触发问题
This commit is contained in:
@@ -1003,7 +1003,7 @@ export default {
|
||||
input: this.inputEvent,
|
||||
change: this.changeEvent,
|
||||
focus: this.focusEvent,
|
||||
blu: this.blurEvent
|
||||
blur: this.blurEvent
|
||||
}
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user