vue-editify 0.0.35 → 0.0.36

Sign up to get free protection for your applications and to get access to all the features.
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));