comment settimeout
This commit is contained in:
parent
647a5f9f70
commit
79ac095c5d
1 changed files with 2 additions and 0 deletions
|
|
@ -27,7 +27,9 @@ export const useProjectsStore = defineStore('projects', () => {
|
||||||
const api = useApiStore();
|
const api = useApiStore();
|
||||||
api.fetchData('projects').then((json) => {
|
api.fetchData('projects').then((json) => {
|
||||||
isProjectsLoading.value = false;
|
isProjectsLoading.value = false;
|
||||||
|
// setTimeout(() => {
|
||||||
projects.value = json.page.children;
|
projects.value = json.page.children;
|
||||||
|
// }, 3000);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Functions
|
// Functions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue