iv-npm 1.0.9 → 1.0.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.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -83,7 +83,7 @@ script.__file = "src/function-ui/component/MrpModal.vue";
83
83
  /*
84
84
  * @Author: Mr.Cong Wei
85
85
  * @Date: 2022-08-08 18:47:06
86
- * @LastEditTime: 2022-08-09 10:49:47
86
+ * @LastEditTime: 2022-08-09 11:16:28
87
87
  */
88
88
 
89
89
  var components = [script];
@@ -108,5 +108,5 @@ var cAll = {
108
108
  install: install
109
109
  };
110
110
 
111
- exports.MrpModal = script;
111
+ exports.IVMrpModal = script;
112
112
  exports["default"] = cAll;
@@ -79,7 +79,7 @@ script.__file = "src/function-ui/component/MrpModal.vue";
79
79
  /*
80
80
  * @Author: Mr.Cong Wei
81
81
  * @Date: 2022-08-08 18:47:06
82
- * @LastEditTime: 2022-08-09 10:49:47
82
+ * @LastEditTime: 2022-08-09 11:16:28
83
83
  */
84
84
 
85
85
  var components = [script];
@@ -104,4 +104,4 @@ var cAll = {
104
104
  install: install
105
105
  };
106
106
 
107
- export { script as MrpModal, cAll as default };
107
+ export { script as IVMrpModal, cAll as default };