fix Projects skeleton
This commit is contained in:
parent
79ac095c5d
commit
73722aadc2
2 changed files with 4 additions and 8 deletions
|
|
@ -26,8 +26,8 @@ export const useProjectsStore = defineStore('projects', () => {
|
|||
|
||||
const api = useApiStore();
|
||||
api.fetchData('projects').then((json) => {
|
||||
isProjectsLoading.value = false;
|
||||
// setTimeout(() => {
|
||||
isProjectsLoading.value = false;
|
||||
projects.value = json.page.children;
|
||||
// }, 3000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue