response outline for JSON responses (#1484)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
harshlele
2021-02-23 08:09:16 +05:30
committed by GitHub
parent 5fe1de170d
commit ff7bb1f303
4 changed files with 284 additions and 13 deletions

View File

@@ -29,18 +29,20 @@
</button>
</div>
</div>
<ace-editor
v-model="rawParamsBody"
:lang="rawInputEditorLang"
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
}"
/>
<div class="relative">
<ace-editor
v-model="rawParamsBody"
:lang="rawInputEditorLang"
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
}"
/>
</div>
</li>
</ul>
</div>