Try no results

This commit is contained in:
Sam Carlton 2020-11-21 19:13:53 -06:00
parent e2531584bf
commit 926e0ad007

View file

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