Cannot read properties of undefined (reading ‘initialize’)
在 Component.js 的构造方法中加载父类构造器
// call the base component's init function
UIComponent.prototype.init.apply(this, arguments);
一般情况下,WebIDE 会自动配置该项,不过如果你是手工创建可能会出现该问题,注意即可
Cannot read properties of undefined (reading ‘initialize’)
在 Component.js 的构造方法中加载父类构造器
// call the base component's init function
UIComponent.prototype.init.apply(this, arguments);
一般情况下,WebIDE 会自动配置该项,不过如果你是手工创建可能会出现该问题,注意即可