From 79ac095c5d20a398aa4566d317bb727c1fbc2a88 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 14 May 2025 17:12:20 +0200 Subject: [PATCH] comment settimeout --- src/stores/projects.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stores/projects.js b/src/stores/projects.js index 5f27a78..e8350f5 100644 --- a/src/stores/projects.js +++ b/src/stores/projects.js @@ -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