diff --git a/src/components/tinymce-editor/index.vue b/src/components/tinymce-editor/index.vue index 0b2a2c5..efe6486 100644 --- a/src/components/tinymce-editor/index.vue +++ b/src/components/tinymce-editor/index.vue @@ -55,6 +55,7 @@ export default { branding: false, statusbar: false, powerpaste_word_import: 'merge', + convert_urls: false, images_upload_handler: (blobInfo, success, failure) => { var form = new FormData() form.append('file', blobInfo.blob(), blobInfo.filename())