diff --git a/src/pages/catalog.vue b/src/pages/catalog.vue new file mode 100644 index 0000000..a7ad18f --- /dev/null +++ b/src/pages/catalog.vue @@ -0,0 +1,130 @@ + + + + + Catálogo + + + + + + + + + + + {{ item.name }} + {{ item.description }} + + Precio unitario: {{ currency(item.price) }} + Precio total: {{ currency(item.price * item.quantity) }} + + + + + + mdi-minus + + mdi-plus + + + + + + + + Ver más + + + + + + + + \ No newline at end of file