diff --git a/components/autocomplete.vue b/components/autocomplete.vue index d89eeb146..f985d8718 100644 --- a/components/autocomplete.vue +++ b/components/autocomplete.vue @@ -95,7 +95,7 @@ data() { return { - value: "", + value: "application/json", selectionStart: 0, suggestionsOffsetLeft: 0, currentSuggestionIndex: -1,