Update InputSwitch.vue

pull/3997/head
Tuğçe Küçükoğlu 2023-05-25 17:10:10 +03:00
parent 808b7625ac
commit db4589c4c6
1 changed files with 0 additions and 2 deletions

View File

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