fix
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user