fix: agregar layout 'informe' a página metabase-debug
All checks were successful
build-and-deploy / build (push) Successful in 43s
build-and-deploy / deploy (push) Successful in 3s

- Agregar definePageMeta con layout 'informe'
- Mostrar sidebar y navegación correctamente
- Mejorar consistencia con otras páginas del dashboard
This commit is contained in:
2025-10-14 03:56:08 -06:00
parent 45ff3777a7
commit f1506918fd

View File

@@ -129,6 +129,11 @@
</template>
<script setup lang="ts">
definePageMeta({
layout: 'informe',
title: 'Metabase Debug'
})
const loading = ref(false)
const error = ref<string | null>(null)
const cards = ref<any[]>([])