* 注册组件
(component: BaseComponent)
| 263 | * 注册组件 |
| 264 | */ |
| 265 | public async registerComponent(component: BaseComponent): Promise<void> { |
| 266 | return await this.componentManager.registerComponent(component); |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * 获取组件 |
no outgoing calls
no test coverage detected