From 38da938ec1271bb1a59118375b61771abfdb3ff1 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 14 Nov 2019 05:25:12 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20Improving=20Lighthouse=20score?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/autocomplete.vue | 2 +- layouts/default.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/autocomplete.vue b/components/autocomplete.vue index facd48b39..c723ba266 100644 --- a/components/autocomplete.vue +++ b/components/autocomplete.vue @@ -196,7 +196,7 @@ export default { }) // Cut off the part that's already been typed. .map(entry => entry.substring(this.selectionStart)) - // We only want the top 3 suggestions. + // We only want the top 6 suggestions. .slice(0, 6) ); } diff --git a/layouts/default.vue b/layouts/default.vue index e38e2994d..c63a93741 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -11,10 +11,14 @@ -