diff --git a/components/search.vue b/components/search.vue index c97096e..18ee802 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 chunks + return [] }, hasSearchInputText () { return this.query.length > 0