mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Fix ingredient checkbox click
Fixes #304 v-list-item already flips the checkbox
This commit is contained in:
parent
b726c9a886
commit
d187732b70
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