@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 CHANGED
@@ -1467,7 +1467,7 @@
1467
1467
  images_upload_handler: handleImageUpload,
1468
1468
  initialContent: "Loading editor..."
1469
1469
  });
1470
- const tinymceSrc = vue.ref("https://registry.npmmirror.com/dk-tinymce/1.0.0/files/tinymce.min.js");
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(() => {