flame-plus 0.4.1 → 0.4.2

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.
@@ -2,8 +2,8 @@ import { defineComponent as Te, computed as Se, createVNode as ie, resolveCompon
2
2
  import { buildProps as Fa, withInstall as Aa } from "element-plus/es/utils/index";
3
3
  import { ElLoading as pf, ElUpload as Fl, ElMessage as ut, ElButton as va, ElDatePicker as hf, ElImage as Al, ElTable as gf, ElTableColumn as Js, ElMessageBox as Ys } from "element-plus";
4
4
  import { FlmEditorTinyMCE as Zs } from "./components/base/editor-tinymce";
5
- import { FlmEditorTinyMCE as mf } from "./components/base/editor-tinymce/index";
6
- import { FlmEditorTinyMCE as Em } from "./components/base/editor-tinymce/index";
5
+ import mf from "./components/base/editor-tinymce/index";
6
+ import { default as Em } from "./components/base/editor-tinymce/index";
7
7
  var Xs = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
8
8
  function vf(n) {
9
9
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;