vue-editify 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
package/lib/editify.es.js CHANGED
@@ -22962,7 +22962,7 @@ const i18n = (locale) => {
22962
22962
  return translations[locale][key];
22963
22963
  };
22964
22964
  };
22965
- const version = "0.0.33";
22965
+ const version = "0.0.34";
22966
22966
  const install = (app, props) => {
22967
22967
  const locale = (props ? props.locale : "zh_CN") || "zh_CN";
22968
22968
  app.provide("$editTrans", i18n(locale));
@@ -22974,7 +22974,7 @@ const stdin_default = {
22974
22974
  version
22975
22975
  };
22976
22976
  export {
22977
- AlexEditor as AlexElement,
22977
+ AlexElement,
22978
22978
  stdin_default as default,
22979
22979
  install,
22980
22980
  version