@ajaxjs/ui 1.3.7 → 1.3.9

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.
@@ -4184,9 +4184,7 @@ __webpack_require__.r(__webpack_exports__);
4184
4184
 
4185
4185
  // EXPORTS
4186
4186
  __webpack_require__.d(__webpack_exports__, {
4187
- IAM: function() { return /* reexport */ iam; },
4188
- List: function() { return /* reexport */ list/* default */.A; },
4189
- install: function() { return /* reexport */ install; }
4187
+ "default": function() { return /* binding */ entry_lib; }
4190
4188
  });
4191
4189
 
4192
4190
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -4314,14 +4312,16 @@ const install = Vue => {
4314
4312
 
4315
4313
  // 环境检测
4316
4314
  if (typeof window !== 'undefined' && window.Vue) install(window.Vue);
4317
- const ss = {
4315
+ /* harmony default export */ var src_0 = ({
4318
4316
  install,
4319
4317
  List: list/* default */.A,
4320
- IAM: iam
4321
- };
4318
+ IAM: iam,
4319
+ ...components //组件也一样要暴露
4320
+ });
4321
+ ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
4322
4322
 
4323
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
4324
4323
 
4324
+ /* harmony default export */ var entry_lib = (src_0);
4325
4325
 
4326
4326
 
4327
4327
  }();