mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +00:00
fix: 参考原 vision 的实现, 调整 prop.getProps 的逻辑
This commit is contained in:
parent
d984192aeb
commit
1c141cd6c5
@ -663,7 +663,7 @@ export class Prop implements IPropParent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getProps() {
|
getProps() {
|
||||||
return this.parent;
|
return this.props;
|
||||||
}
|
}
|
||||||
|
|
||||||
getNode() {
|
getNode() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user