Add back results

This commit is contained in:
Sam Carlton 2020-11-21 19:17:10 -06:00
parent 926e0ad007
commit 6f184c3f5a

View file

@ -250,7 +250,7 @@ export default {
while (results.length > 0)
chunks.push(results.splice(0, size))
return []
return chunks
},
hasSearchInputText () {
return this.query.length > 0