Fix ingredient checkbox click (#305)

Fixes #304
v-list-item already flips the checkbox
This commit is contained in:
sephrat 2021-04-14 17:14:21 +02:00 committed by GitHub
parent a4ed9fc870
commit 2e339ee996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
v-model="ingredient.checked"
class="pt-0 my-auto py-auto"
color="secondary"
:readonly="true"
>
</v-checkbox>