vue-editify 0.0.12 → 0.0.13

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
@@ -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));