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);
|
||||
|
||||
endLoading();
|
||||
setTimeout(() => {
|
||||
endLoading();
|
||||
}, 1000);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user