ljquan

Results 1 comments of ljquan

原因是 ``` //框架主动调用mount方法 this.execQueue.push(this.fiber ? () => requestIdleCallback(() => this.mount()) : () => this.mount()); ``` 这里requestIdleCallback在销毁后执行了