fixed Tabs bug
This commit is contained in:
parent
7b0fb4ef9b
commit
9b6f316e47
2 changed files with 10 additions and 24 deletions
|
@ -354,7 +354,7 @@
|
|||
},
|
||||
beforeDestroy() {
|
||||
this.observer.removeListener(this.$refs.navWrap, this.handleResize);
|
||||
this.mutationObserver.disconnect();
|
||||
if (this.mutationObserver) this.mutationObserver.disconnect();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue