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