fix: menu error in edge #1492
parent
cdc0e1a5f6
commit
79438a8543
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue