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