Fix: #75 #78

Merged
Rodia merged 1 commits from BotonIrAComprarResumenDeCompra into main 2024-11-16 12:30:09 -05:00

View File

@ -47,6 +47,9 @@
{{ currencyFormat(calculateSubtotal(item.unit_price, item.quantity)) }} {{ currencyFormat(calculateSubtotal(item.unit_price, item.quantity)) }}
</template> </template>
</v-data-table-virtual> </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>
</v-container> </v-container>
</template> </template>