@ajaxjs/ui 1.3.6 → 1.3.7

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