提供component的快捷操作

This commit is contained in:
yhh
2021-08-20 19:05:40 +08:00
parent 6adea240e2
commit d54ccaf629
5 changed files with 52 additions and 3 deletions

View File

@@ -456,7 +456,7 @@ module es {
* @param typeName
* @param componentList
*/
public getComponents(typeName: any, componentList?) {
public getComponents(typeName: any, componentList?: any[]) {
return this.components.getComponents(typeName, componentList);
}