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);
|
on(window, 'resize', this.computeOffset);
|
||||||
},
|
},
|
||||||
beforeDestroy () {
|
beforeDestroy () {
|
||||||
off(window, 'resize', this.computeOffset)
|
off(window, 'resize', this.computeOffset);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue