3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Code cleanup

This commit is contained in:
Dragory 2019-11-08 00:05:29 +02:00
parent 289470126a
commit 8fd2b10842

View file

@ -19,7 +19,14 @@
</div>
</div>
<AceEditor class="rounded shadow-lg border border-gray-700 mt-4" v-model="editableConfig" @init="editorInit" lang="yaml" theme="tomorrow_night" :width="editorWidth" :height="editorHeight" ref="aceEditor"></AceEditor>
<AceEditor class="rounded shadow-lg border border-gray-700 mt-4"
v-model="editableConfig"
@init="editorInit"
lang="yaml"
theme="tomorrow_night"
:width="editorWidth"
:height="editorHeight"
ref="aceEditor" />
</div>
</template>