#69 feat(View): add reconciliation jar components.
This commit is contained in:
		| @@ -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> | ||||
		Reference in New Issue
	
	Block a user