Compare commits

...

2 Commits

Author SHA1 Message Date
b4467e0292 Merge pull request 'Fix: #75' (#78) from BotonIrAComprarResumenDeCompra into main
Reviewed-on: #78
2024-11-16 12:30:08 -05:00
7c2a7fb1a1 Fix: #75 2024-11-16 12:30:17 -05:00

View File

@ -47,6 +47,9 @@
{{ currencyFormat(calculateSubtotal(item.unit_price, item.quantity)) }}
</template>
</v-data-table-virtual>
<div class="text-center">
<v-btn :to="{ path: 'comprar' }" color="green">Ir a Comprar</v-btn>
</div>
</v-container>
</v-container>
</template>