From 039bf47d214c93446bc21b2b72cff8ee1cdbd5e0 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 21 Nov 2025 23:03:31 -0600 Subject: [PATCH] masiso --- nuxt4/app/app.vue | 12 ++++++------ .../app/components/lotes/{LoteCard.vue => Card.vue} | 0 .../app/components/lotes/{LoteForm.vue => Form.vue} | 0 .../components/lotes/{LotesTable.vue => Table.vue} | 0 .../lotes/{TrazabilidadTree.vue => Trazabilidad.vue} | 0 .../operaciones/{OperacionForm.vue => Form.vue} | 0 .../operaciones/{OperacionesTable.vue => Table.vue} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename nuxt4/app/components/lotes/{LoteCard.vue => Card.vue} (100%) rename nuxt4/app/components/lotes/{LoteForm.vue => Form.vue} (100%) rename nuxt4/app/components/lotes/{LotesTable.vue => Table.vue} (100%) rename nuxt4/app/components/lotes/{TrazabilidadTree.vue => Trazabilidad.vue} (100%) rename nuxt4/app/components/operaciones/{OperacionForm.vue => Form.vue} (100%) rename nuxt4/app/components/operaciones/{OperacionesTable.vue => Table.vue} (100%) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index ca2b997..fa4d9a5 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -85,7 +85,7 @@