From f2837b1b2d1a1c02833c499e2d5e2ca4905284d9 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 4 Sep 2019 16:29:09 +0530 Subject: [PATCH] :bug: Fixed a console warning --- components/autocomplete.vue | 5 +---- components/history.vue | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components/autocomplete.vue b/components/autocomplete.vue index a1482af45..d89eeb146 100644 --- a/components/autocomplete.vue +++ b/components/autocomplete.vue @@ -84,9 +84,7 @@ source: { type: Array, required: true - }, - - value: {} + } }, watch: { @@ -98,7 +96,6 @@ data() { return { value: "", - selectionStart: 0, suggestionsOffsetLeft: 0, currentSuggestionIndex: -1, diff --git a/components/history.vue b/components/history.vue index c13d041e4..592b5571e 100644 --- a/components/history.vue +++ b/components/history.vue @@ -3,7 +3,7 @@