@vipl520/dk-ui 1.0.51 → 1.0.52
Sign up to get free protection for your applications and to get access to all the features.
- 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(() => {
|