vue-editify 0.0.43 → 0.0.44

Sign up to get free protection for your applications and to get access to all the features.
package/lib/editify.es.js CHANGED
@@ -21231,7 +21231,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
21231
21231
  ], 14, _hoisted_1$1);
21232
21232
  }
21233
21233
  const Menu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-85cbaf03"]]);
21234
- const Editify_vue_vue_type_style_index_0_scoped_6e31db33_lang = "";
21234
+ const Editify_vue_vue_type_style_index_0_scoped_31c1a2aa_lang = "";
21235
21235
  const _sfc_main = {
21236
21236
  name: "editify",
21237
21237
  props: { ...editorProps },
@@ -22883,7 +22883,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22883
22883
  ])) : createCommentVNode("", true)
22884
22884
  ]);
22885
22885
  }
22886
- const Editify = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6e31db33"]]);
22886
+ const Editify = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-31c1a2aa"]]);
22887
22887
  const iconfont = "";
22888
22888
  const en_US = {
22889
22889
  textWrapUp: "Up feed",
@@ -23064,7 +23064,7 @@ const i18n = (locale) => {
23064
23064
  return translations[locale][key];
23065
23065
  };
23066
23066
  };
23067
- const version = "0.0.43";
23067
+ const version = "0.0.44";
23068
23068
  const install = (app, props) => {
23069
23069
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
23070
23070
  app.provide("$editTrans", i18n(locale));