mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: add i18n to search bar
This commit is contained in:
@@ -209,9 +209,9 @@ watchOnce(isFocus, async (focus) => {
|
||||
>
|
||||
<div class="history-list flex flex-col gap-y-2">
|
||||
<div class="title p-2 pb-0 flex justify-between">
|
||||
<span>搜索历史</span>
|
||||
<span>{{ $t('search_bar.history_title') }}</span>
|
||||
<button class="rounded-2 duration-300 pointer-events-auto cursor-pointer" hover="text-$bew-theme-color" text="base $bew-text-2" @click="handleClearSearchHistory">
|
||||
清空
|
||||
{{ $t('search_bar.clear_history') }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user