feat: put product details in card
This commit is contained in:
parent
ff9891302a
commit
5558b95d1e
2 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue