Skip to content

Commit

Permalink
🐛 Mostrar vistas
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Mar 5, 2024
1 parent 0b64198 commit db81959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Vista/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async function cambiarDatosUbicacion(tipoLugar: TiposLugares) {

<Cargador v-if="pending || cargando" />

<div>
<div v-else>
<VistaAbecedario
v-if="cerebroArchivo.vistaActual === 'abc'"
:datos="datos as DatosVistas[]"
Expand Down
1 change: 1 addition & 0 deletions pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ if (esPaginaGeneral) {

<template>
<PaginaGeneral v-if="tipoPagina === 'general'" :slug="indice" />

<template v-else-if="datos && tipoPagina === 'archivoIndice'">
<h1>{{ datos.titulo }}</h1>
<GaleriaInformacion coleccion="pagina" :datos="datos" />
Expand Down

0 comments on commit db81959

Please sign in to comment.