Commit 57737d7455232c4e380a3c37fde9aa106c03f7b6
Committed by
GitHub
1 parent
c86d77fc
Update input.vue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/input/input.vue
| ... | ... | @@ -151,7 +151,7 @@ |
| 151 | 151 | this.$emit('on-focus', event); |
| 152 | 152 | }, |
| 153 | 153 | handleBlur (event) { |
| 154 | - this.$emit('on-blur', envent); | |
| 154 | + this.$emit('on-blur', event); | |
| 155 | 155 | if (!findComponentUpward(this, ['DatePicker', 'TimePicker', 'Cascader', 'Search'])) { |
| 156 | 156 | this.dispatch('FormItem', 'on-form-blur', this.currentValue); |
| 157 | 157 | } | ... | ... |