correction de error.vue
@ -22,7 +22,7 @@
const global = ref([]);
onMounted(async () => {
const items = await getItems({ collection: "Global" });
const items = await getItems({ collection: "global" });
global.value = items;
});