#45 feat: hide total price when quantity is 0
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Precio Total -->
|
<!-- Precio Total -->
|
||||||
<div class="price-row">
|
<div v-if="product.quantity > 0" class="price-row">
|
||||||
<span class="price-label text-caption">Precio total</span>
|
<span class="price-label text-caption">Precio total</span>
|
||||||
<v-chip
|
<v-chip
|
||||||
color="success"
|
color="success"
|
||||||
|
|||||||
Reference in New Issue
Block a user