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:
parent
bde885dc84
commit
625dbcdea5
7 changed files with 16 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue