1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-17 07:54:15 +08:00

update: package-lock.json

This commit is contained in:
shangbin
2021-11-22 11:02:46 +08:00
parent 188c9dcd3b
commit 23bb007b5b
5 changed files with 3770 additions and 13748 deletions

View File

@@ -1,7 +1,7 @@
<template>
<el-dialog title="Vue二次编辑" :visible.sync="vueDialogVisible" width="70%" top="10vh" :before-close="handleClose"
:center=true>
<CodeEditor style="max-height: 65vh;" ref="codeEditor" :initCode="code"></CodeEditor>
<CodeEditor style="max-height: 65vh;" ref="codeEditor" :initCode="code" mode="text/html"></CodeEditor>
<div style="text-align:center;padding: 10px;">
<el-button type="primary" @click="compile">开始解析</el-button>