From 79438a85431881982ab83e5b65f5afb1dcbca97c Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Tue, 10 Dec 2019 13:17:17 +0800 Subject: [PATCH] fix: menu error in edge #1492 --- components/_util/ContainerRender.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },