@deanwu/vue-component-library 1.0.44 → 1.0.45

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.
@@ -95825,8 +95825,7 @@ var components_install = function install(Vue, config) {
95825
95825
  });
95826
95826
  };
95827
95827
 
95828
- /* harmony default export */ var src_components = ({
95829
- install: components_install,
95828
+ var components_fun = {
95830
95829
  cryptoJs: crypto_js_default.a,
95831
95830
  validate: validate,
95832
95831
  shortcutKey: shortcuts,
@@ -95943,7 +95942,13 @@ var components_install = function install(Vue, config) {
95943
95942
  Vue.prototype.cookie.set(name, '', -1);
95944
95943
  }
95945
95944
  }
95946
- });
95945
+ };
95946
+
95947
+ for (var components_key in components_fun) {
95948
+ components_install[components_key] = components_fun[components_key];
95949
+ }
95950
+
95951
+ /* harmony default export */ var src_components = (components_install);
95947
95952
  // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
95948
95953
 
95949
95954