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

@ -4,7 +4,7 @@ async function productCard(path) {
name: 'product-card',
template,
props: ['product', 'change-page'],
props: ['product', 'change-page', 'add-to-cart', 'is-stall'],
data: function () {
return {}
},