mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: settingfield添加props修复地区组件切换类型报错
This commit is contained in:
parent
7c3d9ca248
commit
88348f7612
@ -180,6 +180,11 @@ export class SettingPropEntry implements SettingEntry {
|
||||
return this.top;
|
||||
}
|
||||
|
||||
// add settingfield props
|
||||
get props() {
|
||||
return this.top;
|
||||
}
|
||||
|
||||
onValueChange(func: () => any) {
|
||||
this.emitter.on('valuechange', func);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user