diff --git a/src/components/catalog/Cart.vue b/src/components/catalog/Cart.vue index f9d7276..c557e72 100644 --- a/src/components/catalog/Cart.vue +++ b/src/components/catalog/Cart.vue @@ -21,8 +21,26 @@ {{ item.name }} - - {{ item.quantity }} x {{ currency(item.price) }} + +
+ mdi-minus + + mdi-plus +
+ x {{ currency(item.price) }}