enlazados changed to foro

This commit is contained in:
María
2025-09-16 14:24:57 +02:00
committed by María
parent 31fa587ea7
commit bdbccbb8fa
5 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ export default {
async created() {
const langcode = this.$route.params.langcode;
try {
const res = await import(`~/data/${langcode}/enlazados.json`);
const res = await import(`~/data/${langcode}/foro.json`);
this.consumoComponents = res.default;
} catch (err) {
console.error('Error al cargar contenido:', err);