Change from v-model to value as this is not set by the user
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user