vue-editify 0.2.6 → 0.2.8

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
- > 具体使用方法请参阅:[vue-editify](https://www.ling0523.cn/vue-editify/start/)
3
+ > 具体使用方法请参阅:[vue-editify](https://www.so-better.cn/vue-editify/)
package/lib/editify.es.js CHANGED
@@ -18891,7 +18891,7 @@ class AlexEditor {
18891
18891
  event.off(this.$el, "beforeinput.alex_editor compositionstart.alex_editor compositionupdate.alex_editor compositionend.alex_editor keydown.alex_editor cut.alex_editor paste.alex_editor copy.alex_editor dragstart.alex_editor drop.alex_editor focus.alex_editor blur.alex_editor");
18892
18892
  }
18893
18893
  }
18894
- const version$1 = "1.4.14";
18894
+ const version$1 = "1.4.16";
18895
18895
  console.log(`%c alex-editor %c v${version$1} `, "padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;", "padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;");
18896
18896
  const setTableCellMerged = (cell) => {
18897
18897
  const breakEl = AlexElement.create({
@@ -42577,7 +42577,7 @@ const Editify = withInstall(editify);
42577
42577
  const install = (app) => {
42578
42578
  app.component(Editify.name, Editify);
42579
42579
  };
42580
- const version = "0.2.6";
42580
+ const version = "0.2.8";
42581
42581
  console.log(`%c vue-editify %c v${version} `, "padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;", "padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;");
42582
42582
  export {
42583
42583
  AlexElement,