fix: refactor trigger bug
parent
0a4193f054
commit
1cadd1a53b
|
@ -294,7 +294,7 @@ export default {
|
||||||
return popupAlign
|
return popupAlign
|
||||||
},
|
},
|
||||||
savePopup (node) {
|
savePopup (node) {
|
||||||
this._component = node
|
this._component = node && node.componentInstance
|
||||||
},
|
},
|
||||||
getComponent () {
|
getComponent () {
|
||||||
const self = this
|
const self = this
|
||||||
|
|
Loading…
Reference in New Issue