Generando cuadre del tarro en vuetify #83

Merged
mono merged 26 commits from streamline_reconciliation_jar_process_#69 into main 2024-12-28 17:13:35 -05:00
3 changed files with 15 additions and 0 deletions
Showing only changes of commit 6aca2007e0 - Show all commits

View File

@ -29,6 +29,7 @@
menuItems: [
{ title: 'Inicio', route: '/'},
{ title: 'Comprar', route:'/comprar'},
{ title: 'Cuadrar tarro', route: '/cuadrar_tarro'}
],
}),
watch: {

View File

@ -0,0 +1,7 @@
<template>
<v-container>
<v-toolbar>
<v-toolbar-title> Cuadre del Tarro </v-toolbar-title>
</v-toolbar>
</v-container>
</template>

View File

@ -0,0 +1,7 @@
<template>
<ReconciliationJar />
</template>
<script setup>
//
</script>