mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
Merge branch feat/obx_components into develop
Title: fix: 删除不必要的 obx(SimulatorRendererContainer._components) Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/8419364
This commit is contained in:
commit
309454bdc1
@ -332,7 +332,7 @@ export class SimulatorRendererContainer implements BuiltinSimulatorRenderer {
|
||||
...this._components,
|
||||
};
|
||||
}
|
||||
@obx.ref private _components: any = {};
|
||||
private _components: any = {};
|
||||
|
||||
get components(): object {
|
||||
// 根据 device 选择不同组件,进行响应式
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user