We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8c7ed commit 4d9854cCopy full SHA for 4d9854c
src/components/Tinymce/index.vue
@@ -147,7 +147,11 @@ export default {
147
editor.on('FullscreenStateChanged', (e) => {
148
_this.fullscreen = e.state
149
})
150
- }
+ },
151
+ //it will try to keep these URLs intact
152
+ //https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@convert_urls/
153
+ //https://stackoverflow.com/questions/5196205/disable-tinymce-absolute-to-relative-url-conversions
154
+ convert_urls: false
155
// 整合七牛上传
156
// images_dataimg_filter(img) {
157
// setTimeout(() => {
0 commit comments