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