1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

basic nocer ui, nothing really working

This commit is contained in:
vabene1111
2023-12-22 11:40:17 +01:00
parent 8d7b4f614c
commit f65597c391
4 changed files with 138 additions and 108 deletions

View File

@@ -155,14 +155,17 @@
v-for="(entries, index) in Object.entries(foods_group)"
:key="index">
<transition name="slide-fade" mode="out-in">
<shopping-line-item
:entries="entries[1]"
:groupby="group_by"
:settings="settings"
@open-context-menu="openContextMenu"
@update-checkbox="updateChecked"
@update-delaythis="delayThis"
/>
<shopping-line-item
:entries="entries[1]"
:groupby="group_by"
:settings="settings"
@open-context-menu="openContextMenu"
@update-checkbox="updateChecked"
@update-delaythis="delayThis"
/>
</transition>
</div>
</transition-group>