fix(ContainerRender): memory leak when invoke removeContainer (#734)

pull/784/head
Early 2019-05-06 09:52:24 +08:00 committed by tangjinzhou
parent 7d8068be5e
commit fa46767472
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export default {
this._component && this._component.$destroy();
this.container.parentNode.removeChild(this.container);
this.container = null;
this._component = null;
}
},