We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6266ea commit 2ffff40Copy full SHA for 2ffff40
src/components/Tinymce/index.vue
@@ -154,7 +154,11 @@ export default {
154
editor.on('FullscreenStateChanged', (e) => {
155
_this.fullscreen = e.state
156
})
157
- }
+ },
158
+ //it will try to keep these URLs intact
159
+ //https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@convert_urls/
160
+ //https://stackoverflow.com/questions/5196205/disable-tinymce-absolute-to-relative-url-conversions
161
+ convert_urls: false
162
// 整合七牛上传
163
// images_dataimg_filter(img) {
164
// setTimeout(() => {
0 commit comments