This commit is contained in:
Henry Jameson 2019-06-26 00:34:09 +03:00
parent 9dbafa4c78
commit 82464b3a7e
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<div
v-for="(suggestion, index) in suggestions"
:key="index"
@click.stop.prevent="(e) => onClick(e, suggestion)"
@click.stop.prevent="onClick($event, suggestion)"
class="autocomplete-item"
:class="{ highlighted: suggestion.highlighted }"
>