1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 13:05:21 +02:00

chore: make vue domain components localizable (#1532)

This commit is contained in:
Philipp Fischbeck 2022-08-10 07:12:45 +02:00 committed by GitHub
parent e5bf7bce17
commit 32244988d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 254 additions and 144 deletions

View file

@ -16,7 +16,7 @@
class="mx-2 arrow-search"
hide-details
single-line
placeholder="Search"
:placeholder="$t('search.search')"
:prepend-inner-icon="$globals.icons.search"
></v-text-field>