mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-01 13:51:06 +08:00
更新 SearchBarView.vue
This commit is contained in:
@@ -412,7 +412,7 @@ onMounted(() => {
|
||||
<VChip
|
||||
v-for="(word, index) in recentSearches"
|
||||
:key="index"
|
||||
class="me-2"
|
||||
class="me-2 mb-1"
|
||||
variant="tonal"
|
||||
@click="searchWord = word"
|
||||
label
|
||||
|
||||
Reference in New Issue
Block a user