Update InputSwitch.vue
parent
808b7625ac
commit
db4589c4c6
|
@ -45,8 +45,6 @@ export default {
|
||||||
this.$emit('input', newValue);
|
this.$emit('input', newValue);
|
||||||
this.$refs.input.focus();
|
this.$refs.input.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
event.preventDefault();
|
|
||||||
},
|
},
|
||||||
onFocus(event) {
|
onFocus(event) {
|
||||||
this.focused = true;
|
this.focused = true;
|
||||||
|
|
Loading…
Reference in New Issue