Merge branch 'main' into prod
correction de error.vue
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
const global = ref([]);
|
const global = ref([]);
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
const items = await getItems({ collection: "Global" });
|
const items = await getItems({ collection: "global" });
|
||||||
global.value = items;
|
global.value = items;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user