comment settimeout

This commit is contained in:
isUnknown 2025-05-14 17:12:20 +02:00
parent 647a5f9f70
commit 79ac095c5d

View file

@ -27,7 +27,9 @@ export const useProjectsStore = defineStore('projects', () => {
const api = useApiStore();
api.fetchData('projects').then((json) => {
isProjectsLoading.value = false;
// setTimeout(() => {
projects.value = json.page.children;
// }, 3000);
});
// Functions