@vipl520/dk-ui 1.0.70 → 1.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/web-types.json +1 -1
- package/es/tiny-editor/src/tiny-editor.vue2.mjs +0 -1
- package/es/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
- package/lib/tiny-editor/src/tiny-editor.vue2.js +0 -1
- package/lib/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1498,7 +1498,6 @@
|
|
|
1498
1498
|
images_upload_handler: handleImageUpload,
|
|
1499
1499
|
initialContent: "Loading editor..."
|
|
1500
1500
|
});
|
|
1501
|
-
console.log("init", init);
|
|
1502
1501
|
const tinymceSrc = vue.ref("https://cdn-1251560393.cos.ap-chengdu.myqcloud.com/lib/tinymce/tinymce.min.js");
|
|
1503
1502
|
const attachmentRef = vue.ref();
|
|
1504
1503
|
const editorRef = vue.ref();
|