diff --git a/components/search.vue b/components/search.vue index 18ee802..c97096e 100644 --- a/components/search.vue +++ b/components/search.vue @@ -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