Remove console.log
parent
b41c4c5977
commit
53168665d4
|
@ -74,7 +74,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onFocus(event, value) {
|
onFocus(event, value) {
|
||||||
console.log(event);
|
|
||||||
this.focusedOptionIndex = value;
|
this.focusedOptionIndex = value;
|
||||||
this.$emit('focus', event);
|
this.$emit('focus', event);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue