1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00

fix failing build

This commit is contained in:
hay-kot 2021-08-08 21:15:20 -08:00
parent bde885dc84
commit 625dbcdea5
7 changed files with 16 additions and 21 deletions

View file

@ -11,10 +11,10 @@
</v-btn-toggle>
<v-spacer></v-spacer>
<v-btn-toggle v-model="match" tile group color="primary accent-3" mandatory @change="emitMulti">
<v-btn small :value="false">
<v-btn small :value="false" class="text-uppercase">
{{ $t("search.and") }}
</v-btn>
<v-btn small :value="true">
<v-btn small :value="true" class="text-uppercase">
{{ $t("search.or") }}
</v-btn>
</v-btn-toggle>