mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 20:45:23 +02:00
Fix ingredient checkbox click (#305)
Fixes #304 v-list-item already flips the checkbox
This commit is contained in:
parent
a4ed9fc870
commit
2e339ee996
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
v-model="ingredient.checked"
|
||||
class="pt-0 my-auto py-auto"
|
||||
color="secondary"
|
||||
:readonly="true"
|
||||
>
|
||||
</v-checkbox>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue