Skip to content

Commit 1e0b9c0

Browse files
committed
fix[Tinymce]: fixed tinymce upload dialog bug #654
1 parent 5f20bfc commit 1e0b9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/Tinymce/components/editorImage.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="upload-container">
33
<el-button icon='el-icon-upload' size="mini" :style="{background:color,borderColor:color}" @click=" dialogVisible=true" type="primary">上传图片
44
</el-button>
5-
<el-dialog append-to-body :visible.sync="dialogVisible">
5+
<el-dialog :visible.sync="dialogVisible">
66
<el-upload class="editor-slide-upload" action="https://httpbin.org/post" :multiple="true" :file-list="fileList" :show-file-list="true"
77
list-type="picture-card" :on-remove="handleRemove" :on-success="handleSuccess" :before-upload="beforeUpload">
88
<el-button size="small" type="primary">点击上传</el-button>

0 commit comments

Comments
 (0)