filtre ressources par étape + triées par ordre chrono
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user