Merge pull request #26 from lnbits/shopping_cart_actions

Shopping cart actions
This commit is contained in:
Vlad Stan 2023-03-24 15:11:49 +02:00 committed by GitHub
commit b0890b8ebb
6 changed files with 54 additions and 11 deletions

View file

@ -186,6 +186,7 @@
v-if="!isLoading && activeStall"
:stall="stalls.find(stall => stall.id == activeStall)"
:products="filterProducts"
:stallproducts="products.filter(p => p.stall_id == activeStall)"
:product-detail="activeProduct"
:relays="relays"
:account="account"