@cc-component/cc-ex-component 1.3.9 → 1.4.0

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.
@@ -372,7 +372,7 @@ const { ccclass, property } = _decorator;
372
372
  const onload = `
373
373
  //#region ⚠️ ------------初始化
374
374
  onLoad(): void {
375
-
375
+ super.onLoad();
376
376
  }
377
377
 
378
378
  start() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-ex-component",
3
- "version": "1.3.9",
3
+ "version": "1.4.0",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",