fix: navigation
This commit is contained in:
parent
5558b95d1e
commit
8d5aa813d3
3 changed files with 17 additions and 20 deletions
|
|
@ -9,8 +9,8 @@
|
|||
@open-checkout="openCheckout"></shopping-cart>
|
||||
</q-toolbar>
|
||||
-->
|
||||
<div class="row">
|
||||
<div class="col-12 auto-width" v-if="productDetail && product">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue