filtre ressources par étape + triées par ordre chrono

This commit is contained in:
2025-05-20 20:07:03 +02:00
parent e7a5e163ff
commit bfb39a0259
6 changed files with 66 additions and 5 deletions

View File

@@ -188,9 +188,10 @@ export const useContentStore = defineStore('content', {
case 'gouvernance':
multiItemPageArray = await getGouvernance(rawContent);
break;
}
}
this.content[`${this.contentType}s`] = multiItemPageArray;
}
} catch (error) {
this.error = 'Failed to fetch data';