fix: menu error in edge #1492

pull/1534/head
tanjinzhou 2019-12-10 13:17:17 +08:00
parent cdc0e1a5f6
commit 79438a8543
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export default {
if (!this._component) { if (!this._component) {
this._component = new this.$root.constructor({ this._component = new this.$root.constructor({
el: el, el: el,
parent: self.parent, parent: self,
data: { data: {
comProps: props, comProps: props,
}, },