From bb7e095f55814b7abfda7641ea8b55d65ad1aecd Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 18 Oct 2025 03:06:46 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20Corregir=20estructura=20del=20Modal=20se?= =?UTF-8?q?g=C3=BAn=20Nuxt=20UI=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Mover trigger button al slot default de UModal - Usar props title y description directamente en UModal - Usar slots #body y #footer para el contenido del modal - Mantener v-model:open para control de estado - Eliminar wrapper div duplicado - Seguir estructura correcta de Nuxt UI v4 --- nuxt4/app/components/cata/UserInfo.vue | 165 ++++++++++++------------- 1 file changed, 80 insertions(+), 85 deletions(-) diff --git a/nuxt4/app/components/cata/UserInfo.vue b/nuxt4/app/components/cata/UserInfo.vue index 5205250..42b6e0c 100644 --- a/nuxt4/app/components/cata/UserInfo.vue +++ b/nuxt4/app/components/cata/UserInfo.vue @@ -25,14 +25,86 @@
- - + + + + + + + + + + +
- - - -
-

- Personalizar Color del Tema -

-

- Selecciona un color para el tema {{ isDark ? 'oscuro' : 'claro' }} -

- - -
- -
- - -
-
- - -
-

- Vista previa -

-
- -
-
- - -
- - - -
-
-