@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.
@@ -4174,9 +4174,7 @@ __webpack_require__.r(__webpack_exports__);
4174
4174
 
4175
4175
  // EXPORTS
4176
4176
  __webpack_require__.d(__webpack_exports__, {
4177
- IAM: function() { return /* reexport */ iam; },
4178
- List: function() { return /* reexport */ list/* default */.A; },
4179
- install: function() { return /* reexport */ install; }
4177
+ "default": function() { return /* binding */ entry_lib; }
4180
4178
  });
4181
4179
 
4182
4180
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -4304,14 +4302,16 @@ const install = Vue => {
4304
4302
 
4305
4303
  // 环境检测
4306
4304
  if (typeof window !== 'undefined' && window.Vue) install(window.Vue);
4307
- const ss = {
4305
+ /* harmony default export */ var src_0 = ({
4308
4306
  install,
4309
4307
  List: list/* default */.A,
4310
- IAM: iam
4311
- };
4308
+ IAM: iam,
4309
+ ...components //组件也一样要暴露
4310
+ });
4311
+ ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
4312
4312
 
4313
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
4314
4313
 
4314
+ /* harmony default export */ var entry_lib = (src_0);
4315
4315
 
4316
4316
 
4317
4317
  }();