This commit is contained in:
2025-05-10 20:17:10 +08:00
parent 734fc7d083
commit 805cbac1ff
5 changed files with 7 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ watch(
},
)
watchDebounced(
() => [query.keyword],
() => query.keyword,
() => {
query.page = 1
routerPush()