Remove the loading state as soon as possible
i meant false, not true
This commit is contained in:
parent
88d9ee9904
commit
71b0ee672e
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ const Search = {
|
||||||
|
|
||||||
for (const value of Object.values(data)) {
|
for (const value of Object.values(data)) {
|
||||||
if (value.length) {
|
if (value.length) {
|
||||||
this.loading = true
|
this.loading = false
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue