vue-editify 0.0.45 → 0.0.46

Sign up to get free protection for your applications and to get access to all the features.
package/lib/editify.es.js CHANGED
@@ -23064,7 +23064,7 @@ const i18n = (locale) => {
23064
23064
  return translations[locale][key];
23065
23065
  };
23066
23066
  };
23067
- const version = "0.0.45";
23067
+ const version = "0.0.46";
23068
23068
  const install = (app, props) => {
23069
23069
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
23070
23070
  app.provide("$editTrans", i18n(locale));
@@ -23078,6 +23078,6 @@ const stdin_default = {
23078
23078
  export {
23079
23079
  AlexElement,
23080
23080
  stdin_default as default,
23081
- install as editify,
23081
+ install,
23082
23082
  version
23083
23083
  };