vue-editify 0.0.35 → 0.0.36

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/lib/editify.es.js CHANGED
@@ -22993,7 +22993,7 @@ const i18n = (locale) => {
22993
22993
  return translations[locale][key];
22994
22994
  };
22995
22995
  };
22996
- const version = "0.0.35";
22996
+ const version = "0.0.36";
22997
22997
  const install = (app, props) => {
22998
22998
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
22999
22999
  app.provide("$editTrans", i18n(locale));