#69 feat(View): add reconciliation jar components.
This commit is contained in:
parent
b2756ac7ce
commit
6aca2007e0
@ -29,6 +29,7 @@
|
||||
menuItems: [
|
||||
{ title: 'Inicio', route: '/'},
|
||||
{ title: 'Comprar', route:'/comprar'},
|
||||
{ title: 'Cuadrar tarro', route: '/cuadrar_tarro'}
|
||||
],
|
||||
}),
|
||||
watch: {
|
||||
|
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<v-toolbar>
|
||||
<v-toolbar-title> Cuadre del Tarro </v-toolbar-title>
|
||||
</v-toolbar>
|
||||
</v-container>
|
||||
</template>
|
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<ReconciliationJar />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
//
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user