No need to set focused as onFocus will do it
parent
7ab13a4b22
commit
71820144a8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue