vue-editify 0.0.30 → 0.0.31

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.
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/lib/editify.es.js CHANGED
@@ -22962,7 +22962,7 @@ const i18n = (locale) => {
22962
22962
  return translations[locale][key];
22963
22963
  };
22964
22964
  };
22965
- const version = "0.0.30";
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));