#13 fix(SummaryPurchase): change button to start point.

This commit is contained in:
Mono Mono 2025-03-08 17:02:02 -05:00
parent 8652e4778f
commit ed482542a4

View File

@ -40,7 +40,7 @@
</template>
</v-data-table-virtual>
<div class="text-center">
<v-btn :to="{ path: 'comprar' }" color="green">Ir a Comprar</v-btn>
<v-btn :to="{ path: '/' }" color="green">Ir al inicio</v-btn>
</div>
</v-container>
</v-container>