fix: 修复 isFirstLoaded 状态没有重置导致
parent
5643729c44
commit
288c1806cc
|
@ -102,6 +102,8 @@ async function fetch() {
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
loading.value = false
|
loading.value = false
|
||||||
|
// reset status
|
||||||
|
isFirstLoaded.value = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue