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 @@ -