diff --git a/components/_util/ContainerRender.jsx b/components/_util/ContainerRender.jsx index 3417225fb..57746b25f 100644 --- a/components/_util/ContainerRender.jsx +++ b/components/_util/ContainerRender.jsx @@ -53,7 +53,7 @@ export default { if (!this._component) { this._component = new this.$root.constructor({ el: el, - parent: self.parent, + parent: self, data: { comProps: props, },