Change from v-model to value as this is not set by the user

This commit is contained in:
Dmitry Yankowski
2020-02-24 16:16:06 -05:00
parent 21c6c07b39
commit 403254a983

View File

@@ -140,7 +140,7 @@
</div>
</div>
<Editor
v-model="schema"
:value="schema"
:lang="'graphqlschema'"
:options="{
maxLines: responseBodyMaxLines,