@tmsfe/tms-core 0.0.102 → 0.0.103

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": "@tmsfe/tms-core",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
@@ -77,7 +77,7 @@ function proxyVueComponent(): void {
77
77
  return options?.tmsAutoReport;
78
78
  };
79
79
 
80
- // uniapp转换工具之后后会插入import Vue
80
+ // uniapp转换工具执行后会在本文件开头插入Vue的引入
81
81
  // @ts-ignore
82
82
  Vue.mixin({
83
83
  beforeCreate() {
@@ -172,7 +172,7 @@ function proxyVuePage(): void {
172
172
  };
173
173
  }
174
174
 
175
- // uniapp转换工具之后后会插入import Vue
175
+ // uniapp转换工具执行后会在本文件开头插入Vue的引入
176
176
  // @ts-ignore
177
177
  Vue.mixin(mixinObj);
178
178
  }