general fixes, prop passing and shopping cart (doesn't send dm)

This commit is contained in:
Tiago Vasconcelos 2023-03-04 19:49:58 +00:00
parent f71b9f56d9
commit 52f8dead0e
11 changed files with 355 additions and 96 deletions

View file

@ -5,7 +5,7 @@ async function shoppingCart(path) {
name: 'shopping-cart',
template,
props: [],
props: ['cart', 'cart-menu', 'remove-from-cart', 'reset-cart'],
data: function () {
return {}
},