提供component的快捷操作
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user