mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
patch bug on shopping list
This commit is contained in:
parent
4a2801b303
commit
5456189a70
1 changed files with 11 additions and 13 deletions
|
@ -80,7 +80,7 @@
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="12" class="d-flex no-wrap align-center">
|
<v-col cols="12" class="no-wrap align-center" :class="!edit ? 'd-flex' : null">
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-if="!edit"
|
v-if="!edit"
|
||||||
hide-details
|
hide-details
|
||||||
|
@ -97,7 +97,6 @@
|
||||||
</v-icon>
|
</v-icon>
|
||||||
|
|
||||||
<v-lazy>
|
<v-lazy>
|
||||||
<div>
|
|
||||||
<vue-markdown v-if="!edit" class="dense-markdown" :source="item.text"> </vue-markdown>
|
<vue-markdown v-if="!edit" class="dense-markdown" :source="item.text"> </vue-markdown>
|
||||||
<v-textarea
|
<v-textarea
|
||||||
single-line
|
single-line
|
||||||
|
@ -108,7 +107,6 @@
|
||||||
v-else
|
v-else
|
||||||
v-model="activeList.items[index].text"
|
v-model="activeList.items[index].text"
|
||||||
></v-textarea>
|
></v-textarea>
|
||||||
</div>
|
|
||||||
</v-lazy>
|
</v-lazy>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-divider class="ma-1"></v-divider>
|
<v-divider class="ma-1"></v-divider>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue