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