From e5bb401a9503dea55ab4de5f80a943fc6b69b7d2 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 21 Nov 2025 20:59:38 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20Usar=20convenci=C3=B3n=20correcta=20de?= =?UTF-8?q?=20auto-import=20de=20Nuxt=20para=20componentes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Eliminar imports manuales innecesarios - Usar nombres correctos para componentes en subdirectorios: - app/components/lotes/LotesTable.vue → LotesLotesTable - app/components/lotes/LoteForm.vue → LotesLoteForm - app/components/operaciones/OperacionesTable.vue → OperacionesOperacionesTable - Verificado con analiticaNucleo que no requiere imports explícitos - Nuxt hace auto-import usando directorio como prefijo --- nuxt4/app/app.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index f7633f9..d36adea 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -82,7 +82,6 @@