From ec7a45db92bb663f5f7dabde3b7b90286b783c6e Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 4 Sep 2019 17:09:06 +0530 Subject: [PATCH] :bug: Fixed default request body content type --- components/autocomplete.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,