We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8068b commit e35cb73Copy full SHA for e35cb73
components/_util/ContainerRender.jsx
@@ -36,6 +36,7 @@ export default {
36
this._component && this._component.$destroy();
37
this.container.parentNode.removeChild(this.container);
38
this.container = null;
39
+ this._component = null;
40
}
41
},
42
0 commit comments