mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Code cleanup
This commit is contained in:
parent
289470126a
commit
8fd2b10842
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue