vue-editify 0.2.6 → 0.2.7

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
@@ -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.7";
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,