feat: put product details in card

This commit is contained in:
Vlad Stan 2023-07-05 16:50:04 +03:00
parent ff9891302a
commit 5558b95d1e
2 changed files with 12 additions and 4 deletions

View file

@ -129,7 +129,7 @@ async function customerStall(path) {
}
this.$q.notify({
type: 'positive',
message: `${item.name} added to cart`,
message: `'${item.name}' added to cart`,
icon: 'thumb_up'
})
this.cart.products = prod