Add a placeholder to the SearchBox component

This commit is contained in:
Bubka
2024-02-13 09:27:39 +01:00
parent 444b110c05
commit 699a2a1f9e
3 changed files with 4 additions and 1 deletions

View File

@@ -129,7 +129,7 @@
<!-- search -->
<div class="columns">
<div class="column pb-0">
<SearchBox v-model:keyword="searched" :hasNoBackground="true" />
<SearchBox v-model:keyword="searched" :hasNoBackground="true" :placeholder="$t('admin.search_user_placeholder')" />
</div>
</div>
<div class="buttons is-centered mb-0">