iv-npm 1.2.7 → 1.2.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.2.7",
3
+ "version": "1.2.10",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -7264,7 +7264,7 @@ installComponents(); // 单独引用
7264
7264
  function installComponents() {
7265
7265
  components.forEach(function (component) {
7266
7266
  component.install = function (app) {
7267
- app.component(component.name, component);
7267
+ app.component(component.__name, component);
7268
7268
  };
7269
7269
  });
7270
7270
  } // 全局引用
@@ -7272,7 +7272,7 @@ function installComponents() {
7272
7272
 
7273
7273
  var install = function install(app) {
7274
7274
  components.forEach(function (component) {
7275
- app.component(component.name, component);
7275
+ app.component(component === null || component === void 0 ? void 0 : component.__name, component);
7276
7276
  });
7277
7277
  return app;
7278
7278
  };
@@ -7260,7 +7260,7 @@ installComponents(); // 单独引用
7260
7260
  function installComponents() {
7261
7261
  components.forEach(function (component) {
7262
7262
  component.install = function (app) {
7263
- app.component(component.name, component);
7263
+ app.component(component.__name, component);
7264
7264
  };
7265
7265
  });
7266
7266
  } // 全局引用
@@ -7268,7 +7268,7 @@ function installComponents() {
7268
7268
 
7269
7269
  var install = function install(app) {
7270
7270
  components.forEach(function (component) {
7271
- app.component(component.name, component);
7271
+ app.component(component === null || component === void 0 ? void 0 : component.__name, component);
7272
7272
  });
7273
7273
  return app;
7274
7274
  };
@@ -7264,7 +7264,7 @@
7264
7264
  function installComponents() {
7265
7265
  components.forEach(function (component) {
7266
7266
  component.install = function (app) {
7267
- app.component(component.name, component);
7267
+ app.component(component.__name, component);
7268
7268
  };
7269
7269
  });
7270
7270
  } // 全局引用
@@ -7272,7 +7272,7 @@
7272
7272
 
7273
7273
  var install = function install(app) {
7274
7274
  components.forEach(function (component) {
7275
- app.component(component.name, component);
7275
+ app.component(component === null || component === void 0 ? void 0 : component.__name, component);
7276
7276
  });
7277
7277
  return app;
7278
7278
  };