diff --git a/src/components/catalog/Card.vue b/src/components/catalog/Card.vue index d80f7f1..7efebe6 100644 --- a/src/components/catalog/Card.vue +++ b/src/components/catalog/Card.vue @@ -2,50 +2,58 @@
-
- + -
+
-
+
Precio unitario -
+
{{ currency(product.price) }}
- +
Precio total - {{ currency(product.price * product.quantity) }} @@ -54,11 +62,11 @@ - +
- mdi-minus - + - - {