vue-editify 0.0.29 → 0.0.31

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  #### 基于 Vue3 的 web 富文本编辑器,提供丰富的功能和精美的 UI
2
2
 
3
- > 具体使用方法请参阅:[editify](https://www.ling0523.cn/editify/start/)
3
+ > 具体使用方法请参阅:[vue-editify](https://www.ling0523.cn/vue-editify/start/)
package/examples/App.vue CHANGED
@@ -11,6 +11,7 @@ export default {
11
11
  return {
12
12
  value: '<p><span>这是一个基于 </span><span data-editify-code="true">Vue3 + alex-editor</span><span> 构建的一套</span><span style="font-weight: bold;">精美UI样式</span><span>的</span><span style="font-weight: bold;">开箱即用</span><span>的</span><span style="color: #ec1a0a;">富文本编辑器</span></p>',
13
13
  menuConfig: {
14
+ mode: 'inner',
14
15
  sequence: {
15
16
  alert: 100
16
17
  },
package/lib/editify.es.js CHANGED
@@ -19967,7 +19967,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
19967
19967
  ]);
19968
19968
  }
19969
19969
  const InsertTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-227ede65"]]);
19970
- const Menu_vue_vue_type_style_index_0_scoped_3fc2d533_lang = "";
19970
+ const Menu_vue_vue_type_style_index_0_scoped_c607fd63_lang = "";
19971
19971
  const _sfc_main$1 = {
19972
19972
  name: "Menu",
19973
19973
  props: {
@@ -21185,8 +21185,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
21185
21185
  }), 256))
21186
21186
  ], 14, _hoisted_1$1);
21187
21187
  }
21188
- const Menu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-3fc2d533"]]);
21189
- const Editify_vue_vue_type_style_index_0_scoped_e9c5b94e_lang = "";
21188
+ const Menu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-c607fd63"]]);
21189
+ const Editify_vue_vue_type_style_index_0_scoped_dba8a206_lang = "";
21190
21190
  const _sfc_main = {
21191
21191
  name: "editify",
21192
21192
  props: { ...editorProps },
@@ -22783,7 +22783,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22783
22783
  ])) : createCommentVNode("", true)
22784
22784
  ]);
22785
22785
  }
22786
- const Editify = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e9c5b94e"]]);
22786
+ const Editify = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-dba8a206"]]);
22787
22787
  const iconfont = "";
22788
22788
  const en_US = {
22789
22789
  textWrapUp: "Up feed",
@@ -22962,7 +22962,7 @@ const i18n = (locale) => {
22962
22962
  return translations[locale][key];
22963
22963
  };
22964
22964
  };
22965
- const version = "0.0.29";
22965
+ const version = "0.0.31";
22966
22966
  const install = (app, props) => {
22967
22967
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
22968
22968
  app.provide("$editTrans", i18n(locale));