fix: 修复 isFirstLoaded 状态没有重置导致

pull/40/MERGE
xingyu 2023-11-06 09:54:46 +08:00
parent 5643729c44
commit 288c1806cc
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ async function fetch() {
}
finally {
loading.value = false
// reset status
isFirstLoaded.value = false
}
}