Remove the loading state as soon as possible

i meant false, not true
This commit is contained in:
itepechi 2023-11-06 07:33:18 +09:00
parent 88d9ee9904
commit 71b0ee672e
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ const Search = {
for (const value of Object.values(data)) {
if (value.length) {
this.loading = true
this.loading = false
break
}
}