enlazados changed to foro
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user