enlazados changed to foro
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<li><NuxtLink :to="`/${langcode}/iguales`" class="hover:font-semibold">Iguales</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/iguales`" class="hover:font-semibold">Iguales</NuxtLink></li>
|
||||||
<li><NuxtLink :to="`/${langcode}/objetivo2030`" class="hover:font-semibold">Objetivo 2030</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/objetivo2030`" class="hover:font-semibold">Objetivo 2030</NuxtLink></li>
|
||||||
<li><NuxtLink :to="`/${langcode}/certifica-t`" class="hover:font-semibold">Certifica-T</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/certifica-t`" class="hover:font-semibold">Certifica-T</NuxtLink></li>
|
||||||
<li><NuxtLink :to="`/${langcode}/enlazados`" class="hover:font-semibold">Enlazados</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/foro`" class="hover:font-semibold">foro</NuxtLink></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<li><NuxtLink :to="`/${langcode}/iguales`" class="block hover:bg-button hover:text-white px-2 py-1">IGUALES</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/iguales`" class="block hover:bg-button hover:text-white px-2 py-1">IGUALES</NuxtLink></li>
|
||||||
<li><NuxtLink :to="`/${langcode}/objetivo2030`" class="block hover:bg-button hover:text-white px-2 py-1">OBJETIVO 2030</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/objetivo2030`" class="block hover:bg-button hover:text-white px-2 py-1">OBJETIVO 2030</NuxtLink></li>
|
||||||
<li><NuxtLink :to="`/${langcode}/certifica-t`" class="block hover:bg-button hover:text-white px-2 py-1">CERTIFICA-T</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/certifica-t`" class="block hover:bg-button hover:text-white px-2 py-1">CERTIFICA-T</NuxtLink></li>
|
||||||
<li><NuxtLink :to="`/${langcode}/enlazados`" class="block hover:bg-button hover:text-white px-2 py-1 rounded-b-2xl">ENLAZADOS</NuxtLink></li>
|
<li><NuxtLink :to="`/${langcode}/foro`" class="block hover:bg-button hover:text-white px-2 py-1 rounded-b-2xl">FORO</NuxtLink></li>
|
||||||
</ul>
|
</ul>
|
||||||
</transition>
|
</transition>
|
||||||
</li>
|
</li>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
<li class="p-2"><NuxtLink :to="`/${langcode}/iguales`">IGUALES</NuxtLink></li>
|
<li class="p-2"><NuxtLink :to="`/${langcode}/iguales`">IGUALES</NuxtLink></li>
|
||||||
<li class="p-2"><NuxtLink :to="`/${langcode}/objetivo2030`">OBJETIVO 2030</NuxtLink></li>
|
<li class="p-2"><NuxtLink :to="`/${langcode}/objetivo2030`">OBJETIVO 2030</NuxtLink></li>
|
||||||
<li class="p-2"><NuxtLink :to="`/${langcode}/certifica-t`">CERTIFICA-T</NuxtLink></li>
|
<li class="p-2"><NuxtLink :to="`/${langcode}/certifica-t`">CERTIFICA-T</NuxtLink></li>
|
||||||
<li class="p-2"><NuxtLink :to="`/${langcode}/enlazados`">ENLAZADOS</NuxtLink></li>
|
<li class="p-2"><NuxtLink :to="`/${langcode}/foro`">FORO</NuxtLink></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"component": "HeroPages",
|
"component": "HeroPages",
|
||||||
"props": {
|
"props": {
|
||||||
"id": "hero-pages-foro",
|
"id": "hero-pages-foro",
|
||||||
"title": "Enlazados",
|
"title": "Foro",
|
||||||
"subtitle": "<span class='font-semibold'>Espacio de intercooperación</span></br>Compartiendo buenas prácticas desde la economía social.",
|
"subtitle": "<span class='font-semibold'>Espacio de intercooperación</span></br>Compartiendo buenas prácticas desde la economía social.",
|
||||||
"bgColor": "foro",
|
"bgColor": "foro",
|
||||||
"bgImage": {
|
"bgImage": {
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "foro",
|
"color": "foro",
|
||||||
"title": "Enlazados",
|
"title": "Foro",
|
||||||
"description": "Espacio de participación e intercambio entre entidades.",
|
"description": "Espacio de participación e intercambio entre entidades.",
|
||||||
"image": {
|
"image": {
|
||||||
"src": "foro.png",
|
"src": "foro.png",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default {
|
|||||||
async created() {
|
async created() {
|
||||||
const langcode = this.$route.params.langcode;
|
const langcode = this.$route.params.langcode;
|
||||||
try {
|
try {
|
||||||
const res = await import(`~/data/${langcode}/enlazados.json`);
|
const res = await import(`~/data/${langcode}/foro.json`);
|
||||||
this.consumoComponents = res.default;
|
this.consumoComponents = res.default;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Error al cargar contenido:', err);
|
console.error('Error al cargar contenido:', err);
|
||||||
Reference in New Issue
Block a user