Update InputSwitch.vue

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 17:10:10 +03:00
parent 808b7625ac
commit db4589c4c6

View file

@ -45,8 +45,6 @@ export default {
this.$emit('input', newValue);
this.$refs.input.focus();
}
event.preventDefault();
},
onFocus(event) {
this.focused = true;