vue-editify 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
package/lib/editify.es.js CHANGED
@@ -22929,7 +22929,7 @@ const i18n = (locale) => {
22929
22929
  return translations[locale][key];
22930
22930
  };
22931
22931
  };
22932
- const version = "0.0.25";
22932
+ const version = "0.0.26";
22933
22933
  const install = (app, props) => {
22934
22934
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
22935
22935
  app.provide("$editTrans", i18n(locale));