Make autocomplete items buttons

このコミットが含まれているのは:
tusooa 2022-11-24 23:26:31 -05:00
コミット 4db7f07421
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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