feat: put product details in card

This commit is contained in:
Vlad Stan 2023-07-05 16:50:04 +03:00
parent 69e33589ec
commit 2ce9eb7bec
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