Change from v-model to value as this is not set by the user
This commit is contained in:
parent
5779cddf22
commit
6b675d5def
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<Editor
|
||||
v-model="schema"
|
||||
:value="schema"
|
||||
:lang="'graphqlschema'"
|
||||
:options="{
|
||||
maxLines: responseBodyMaxLines,
|
||||
|
|
|
|||
Loading…
Reference in a new issue