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