fix(projects): fix reload button animate
This commit is contained in:
parent
c91644b829
commit
41f23386b2
@ -20,7 +20,9 @@ async function handleRefresh() {
|
|||||||
|
|
||||||
await reCacheRoute(route.name as AuthRoute.AllRouteKey);
|
await reCacheRoute(route.name as AuthRoute.AllRouteKey);
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
endLoading();
|
endLoading();
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user