This commit is contained in:
2024-10-09 20:52:01 +08:00
parent ada2aa795a
commit 5f668d7824

View File

@@ -97,6 +97,7 @@ async function listComments() {
} }
onMounted(listComments) onMounted(listComments)
watch(() => [query.page, query.limit], listComments)
watchDebounced(() => [query.problem], listComments, { watchDebounced(() => [query.problem], listComments, {
debounce: 500, debounce: 500,
maxWait: 1000, maxWait: 1000,