From 050a53af0d978f8751662ac806feaf694d49170b Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 30 Nov 2019 02:24:31 -0500 Subject: [PATCH] Changed pre request script field to use the ace-editor --- pages/index.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index ca978d813..1d372da8f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -24,14 +24,18 @@ - + :lang="'javascript'" + :options="{ + maxLines: responseBodyMaxLines, + minLines: '16', + fontSize: '16px', + autoScrollEditorIntoView: true, + showPrintMargin: false, + useWorker: false + }" + /> @@ -626,7 +630,7 @@
- import("../components/collections"), saveRequestAs: () => import("../components/collections/saveRequestAs"), - ResponseBody: AceEditor + Editor: AceEditor }, data() { return {