mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
fix: 删除不必要的 obx(SimulatorRendererContainer._components)
This commit is contained in:
parent
e4ae885394
commit
22c973cbad
@ -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