@vipl520/dk-ui 1.0.69 → 1.0.71

Sign up to get free protection for your applications and to get access to all the features.
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" : "",