Finish search page

This commit is contained in:
2024-10-11 18:59:19 +02:00
parent 8f0de99634
commit 7b991d2ff8
8 changed files with 227 additions and 54 deletions

View File

@@ -12,6 +12,7 @@ const searchStore = useSearchStore()
hide-details
v-model="searchStore.searchTerm"
:placeholder="$t('enterSomeKeywords')"
@keyup.enter="searchStore.startSearch"
>
<template #append-inner>
<v-btn