Skip to content

Commit

Permalink
Input: fix issues #18573
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeng-bm committed Sep 7, 2020
1 parent 2aac166 commit 86c9ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/input/src/input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
// see: https://github.com/ElemeFE/element/issues/18573
this.$nextTick(() => {
this.getInput().focus();
})
});
},
blur() {
this.getInput().blur();
Expand Down

0 comments on commit 86c9ca2

Please sign in to comment.