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 5779cddf22
commit 6b675d5def

View File

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