feat: more UI improvements
This commit is contained in:
parent
040097381b
commit
4908d3986b
3 changed files with 55 additions and 55 deletions
|
|
@ -9,14 +9,9 @@
|
|||
@open-checkout="openCheckout"></shopping-cart>
|
||||
</q-toolbar>
|
||||
-->
|
||||
<div v-if="productDetail && product" class="row">
|
||||
<div v-if="productDetail && product" class="row">
|
||||
<div class="col-12 auto-width">
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
<product-detail :product="product" @add-to-cart="addToCart"></product-detail>
|
||||
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
<product-detail :product="product" @add-to-cart="addToCart"></product-detail>
|
||||
</div>
|
||||
|
||||
<div class="col-12 q-my-lg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue