mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Remove console.log
This commit is contained in:
parent
b41c4c5977
commit
53168665d4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue