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 -->
|
<!-- Body con FormularioMuestra -->
|
||||||
<template #body="{ item }">
|
<template #body="{ item }">
|
||||||
<CataFormularioMuestra
|
<div v-if="item && item.muestra">
|
||||||
:muestra="item.muestra"
|
<CataFormularioMuestra
|
||||||
:tab-activa="tabActiva"
|
:muestra="item.muestra"
|
||||||
/>
|
:tab-activa="tabActiva"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div v-else class="p-4 text-error">
|
||||||
|
Error: No se pudo cargar la muestra
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</UAccordion>
|
</UAccordion>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user