fix: semi
This commit is contained in:
parent
c399c8fdbb
commit
fb8d621198
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
on(window, 'resize', this.computeOffset);
|
||||
},
|
||||
beforeDestroy () {
|
||||
off(window, 'resize', this.computeOffset)
|
||||
off(window, 'resize', this.computeOffset);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue