fix(ContainerRender): memory leak when invoke removeContainer (#734)
parent
7d8068be5e
commit
fa46767472
|
@ -36,6 +36,7 @@ export default {
|
||||||
this._component && this._component.$destroy();
|
this._component && this._component.$destroy();
|
||||||
this.container.parentNode.removeChild(this.container);
|
this.container.parentNode.removeChild(this.container);
|
||||||
this.container = null;
|
this.container = null;
|
||||||
|
this._component = null;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue