Compare commits

..

No commits in common. "b4467e0292374b77c8a1f0eca39bc042bc59cb28" and "8f48accb4fb15406cd8614f0c5fe5bd144106e40" have entirely different histories.

View File

@ -47,9 +47,6 @@
{{ 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>