perf: remove ace editor

This commit is contained in:
liyasthomas
2021-09-10 18:52:58 +05:30
parent b4ed6fd107
commit 41a02f059d
8 changed files with 7 additions and 904 deletions

View File

@@ -61,17 +61,13 @@
@click.native="collectionJSON = '[]'"
/>
</div>
<SmartAceEditor
<textarea-autosize
id="import-curl"
v-model="collectionJSON"
:lang="'json'"
:lint="false"
:options="{
maxLines: Infinity,
minLines: 16,
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
}"
class="font-mono p-4"
autofocus
rows="8"
placeholder=" "
/>
<div
class="