fix: 修复 propsReducer 中修改的属性无法正常修改 Prop 实例属性

This commit is contained in:
lihao.ylh 2021-09-28 19:23:53 +08:00
parent 0f34f2702d
commit 6095d9c64d

View File

@ -257,9 +257,7 @@ export class Prop implements IPropParent {
}; };
} }
if (this.owner.isInited) { this.dispose();
this.dispose();
}
if (oldValue !== this._value) { if (oldValue !== this._value) {
const propsInfo = { const propsInfo = {