@ -32,10 +32,7 @@ export default {
mounted () {
this._container = this.getContainer()
this._container.appendChild(this.$el)
this.$nextTick(() => {
this.initAlign = true
})
},
beforeDestroy () {
this.$el.remove()
@ -369,7 +369,6 @@ export default {
this.setState({
sPopupVisible,
this.$forceUpdate()
}
this.$listeners.popupVisibleChange && this.$listeners.popupVisibleChange(sPopupVisible)