@vipl520/dk-ui 1.0.51 → 1.0.52
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 +1 -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 +1 -1
- package/dist/web-types.json +1 -1
- package/es/tiny-editor/src/tiny-editor.vue2.mjs +1 -1
- package/es/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
- package/lib/tiny-editor/src/tiny-editor.vue2.js +1 -1
- package/lib/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1467,7 +1467,7 @@
|
|
|
1467
1467
|
images_upload_handler: handleImageUpload,
|
|
1468
1468
|
initialContent: "Loading editor..."
|
|
1469
1469
|
});
|
|
1470
|
-
const tinymceSrc = vue.ref("https://
|
|
1470
|
+
const tinymceSrc = vue.ref("https://unpkg.com/dk-tinymce@latest/tinymce.min.js");
|
|
1471
1471
|
const attachmentRef = vue.ref();
|
|
1472
1472
|
const editorRef = vue.ref();
|
|
1473
1473
|
const showDialog = vue.computed(() => {
|