Commit beac2504 by zhuzhequan

编辑器尝试修改

parent 2bdc1623
...@@ -80,12 +80,14 @@ ...@@ -80,12 +80,14 @@
<el-switch v-model="editForm.priority"></el-switch> <el-switch v-model="editForm.priority"></el-switch>
</el-form-item> </el-form-item>
</el-form> </el-form>
<v-editor <div v-if="dialogVisible">
v-if="dialogVisible" <v-editor
filename="files" filename="files"
v-model="editForm.content" v-model="editForm.content"
ref="wangeditor" ref="wangeditor"
height="300px" /> height="300px" />
</div>
<div slot="footer"> <div slot="footer">
<el-button @click="dialogVisible = false" size="mini">取 消</el-button> <el-button @click="dialogVisible = false" size="mini">取 消</el-button>
<el-button type="primary" @click="submit" size="mini">确 定</el-button> <el-button type="primary" @click="submit" size="mini">确 定</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment