Skip to content

Commit 79438a8

Browse files
committed
fix: menu error in edge #1492
1 parent cdc0e1a commit 79438a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/_util/ContainerRender.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
if (!this._component) {
5454
this._component = new this.$root.constructor({
5555
el: el,
56-
parent: self.parent,
56+
parent: self,
5757
data: {
5858
comProps: props,
5959
},

0 commit comments

Comments
 (0)