Debug: Agregar v-if para verificar datos en slot #body
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m1s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m1s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user