@vipl520/dk-ui 1.0.69 → 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 +2 -0
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +4 -4
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/web-types.json +1 -1
- package/es/tiny-editor/src/tiny-editor.vue2.mjs +2 -0
- package/es/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
- package/lib/tiny-editor/src/tiny-editor.vue2.js +2 -0
- package/lib/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1489,7 +1489,9 @@
|
|
|
1489
1489
|
reject(err);
|
|
1490
1490
|
});
|
|
1491
1491
|
});
|
|
1492
|
+
const tinymceId = vue.ref("vue-tinymce-" + +/* @__PURE__ */ new Date() + ((Math.random() * 1e3).toFixed(0) + ""));
|
|
1492
1493
|
const init = vue.ref({
|
|
1494
|
+
selector: "#" + tinymceId.value,
|
|
1493
1495
|
...config$1,
|
|
1494
1496
|
height: props.height,
|
|
1495
1497
|
content_css: props.document ? "document" : "",
|