Debug: Agregar v-if para verificar datos en slot #body
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m1s

This commit is contained in:
2025-10-18 02:33:50 -06:00
parent 009c6a1821
commit 9e6f80e98f

View File

@@ -143,10 +143,15 @@
<!-- Body con FormularioMuestra -->
<template #body="{ item }">
<div v-if="item && item.muestra">
<CataFormularioMuestra
:muestra="item.muestra"
:tab-activa="tabActiva"
/>
</div>
<div v-else class="p-4 text-error">
Error: No se pudo cargar la muestra
</div>
</template>
</UAccordion>
</div>