Merge pull request #26 from lnbits/shopping_cart_actions
Shopping cart actions
This commit is contained in:
commit
b0890b8ebb
6 changed files with 54 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue