mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
parent
8fa78ac413
commit
aa63558340
@ -123,7 +123,7 @@ export default {
|
|||||||
!this.noresize && addResizeListener(this.$refs.resize, this.update);
|
!this.noresize && addResizeListener(this.$refs.resize, this.update);
|
||||||
},
|
},
|
||||||
|
|
||||||
destroyed() {
|
beforeDestroy() {
|
||||||
if (this.native) return;
|
if (this.native) return;
|
||||||
!this.noresize && removeResizeListener(this.$refs.resize, this.update);
|
!this.noresize && removeResizeListener(this.$refs.resize, this.update);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user