@ajaxjs/ui 1.3.5 → 1.3.6

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.
@@ -4194,8 +4194,6 @@ if (typeof window !== 'undefined') {
4194
4194
  // Indicate to webpack that this file can be concatenated
4195
4195
  /* harmony default export */ var setPublicPath = (null);
4196
4196
 
4197
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
4198
- var es_array_push = __webpack_require__(4114);
4199
4197
  // EXTERNAL MODULE: ./src/iview-ext/list.ts
4200
4198
  var list = __webpack_require__(7184);
4201
4199
  // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-exception.stack.js
@@ -4266,16 +4264,15 @@ function getQueryParam(variable, isParent) {
4266
4264
  return null;
4267
4265
  }
4268
4266
  ;// CONCATENATED MODULE: ./src/index.js
4269
-
4270
4267
  // 动态引入组件
4271
4268
  const requireComponent = __webpack_require__(9887);
4272
4269
 
4273
4270
 
4274
- const components = [];
4271
+ const components = {};
4275
4272
  requireComponent.keys().forEach(fileName => {
4276
4273
  if (fileName != './App.vue') {
4277
4274
  const cmp = requireComponent(fileName).default || requireComponent(fileName);
4278
- if (cmp.extendOptions) components.push(cmp);
4275
+ if (cmp.extendOptions) components[cmp.extendOptions.name] = cmp;
4279
4276
  }
4280
4277
  });
4281
4278