No need to set focused as onFocus will do it

pull/5/head
cagataycivici 2018-12-14 18:23:00 +03:00
parent 7ab13a4b22
commit 71820144a8
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ export default {
this.$emit('click', event);
this.$emit('input', this.value);
this.$refs.input.focus();
this.focused = true;
if (!this.checked) {
this.$emit('change', event);