Commit 3f28fefa authored by zhengke's avatar zhengke

修改

parent d6c15a02
<template>
<div>
<script type="text/plain" :id="id"></script>
<textarea type="text/plain" :id="id"></textarea>
<!-- 选择图片 -->
<el-dialog title="选择文件" :visible.sync="changeState" width="1240px">
<ChooseImg @SelectId="SelectId"></ChooseImg>
......@@ -97,6 +97,7 @@
onclick() {
self.ue = editor
_this.isInputChange = true;
_this.changeState=true;
},
});
});
......
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