Skip to content

Commit

Permalink
fix: menu error in edge #1492
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Dec 10, 2019
1 parent cdc0e1a commit 79438a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/_util/ContainerRender.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 79438a8

Please sign in to comment.