feat: 时序问题修正

This commit is contained in:
tim
2025-08-03 00:56:05 +08:00
parent 454c7fb8f3
commit a128bfa960
+1
View File
@@ -545,6 +545,7 @@ export default {
if (res.ok) { if (res.ok) {
const data = await res.json() const data = await res.json()
comments.value = data.map(mapComment) comments.value = data.map(mapComment)
isFetchingComments.value = false
await nextTick() await nextTick()
gatherPostItems() gatherPostItems()
} }