routing done
This commit is contained in:
parent
8af6abedbe
commit
64ed5795b8
9 changed files with 78 additions and 267 deletions
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
<q-card-actions>
|
||||
<span>Stall: {{ product.stallName }}</span>
|
||||
<span>{{ $parent.activeStall }}</span>
|
||||
<div class="q-ml-auto">
|
||||
<q-btn
|
||||
flat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ async function productCard(path) {
|
|||
name: 'product-card',
|
||||
template,
|
||||
|
||||
props: ['product'],
|
||||
props: ['product', 'change-page'],
|
||||
data: function () {
|
||||
return {}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue