mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
fix(time): setInterval -> setTimeout
This commit is contained in:
@@ -44,7 +44,7 @@ onMounted(async () => {
|
||||
await appWindow.setTitle("帖子不存在或解析失败");
|
||||
return;
|
||||
}
|
||||
setInterval(() => {
|
||||
setTimeout(() => {
|
||||
loading.value = false;
|
||||
}, 200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user