fix: 参考原 vision 的实现, 调整 prop.getProps 的逻辑

This commit is contained in:
lihao.ylh 2021-09-23 10:28:19 +08:00
parent d984192aeb
commit 1c141cd6c5

View File

@ -663,7 +663,7 @@ export class Prop implements IPropParent {
}
getProps() {
return this.parent;
return this.props;
}
getNode() {