@@ -19,7 +21,7 @@
v-for="(item, index) in filteredSuggestion"
:key="index"
@click="insertItem(item)"
- @mouseover="highlightedIndex = index"
+ @mouseover="suggestHighlight(index)"
:class="{ highlighted: highlightedIndex === index }"
>
@@ -59,23 +61,24 @@
-