vue-editify 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
package/lib/editify.es.js CHANGED
@@ -22625,7 +22625,7 @@ const i18n = (locale) => {
22625
22625
  return translations[locale][key];
22626
22626
  };
22627
22627
  };
22628
- const version = "0.0.11";
22628
+ const version = "0.0.13";
22629
22629
  const install = (app, props) => {
22630
22630
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
22631
22631
  app.provide("$editTrans", i18n(locale));