mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add back results
This commit is contained in:
parent
926e0ad007
commit
6f184c3f5a
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ export default {
|
||||||
while (results.length > 0)
|
while (results.length > 0)
|
||||||
chunks.push(results.splice(0, size))
|
chunks.push(results.splice(0, size))
|
||||||
|
|
||||||
return []
|
return chunks
|
||||||
},
|
},
|
||||||
hasSearchInputText () {
|
hasSearchInputText () {
|
||||||
return this.query.length > 0
|
return this.query.length > 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue