()
| 125 | } |
| 126 | } |
| 127 | lateUpdate() { |
| 128 | for (const item of this.changeList) { |
| 129 | this.ee.emit(item.key, this.store, item.oldStore); |
| 130 | } |
| 131 | this.changeList = []; |
| 132 | } |
| 133 | add(changed: ComponentChanged) { |
| 134 | const component = changed.component as EvaXComponent; |
| 135 | component.evax = this; |