fix: semi

This commit is contained in:
msidolphin 2019-11-07 14:01:21 +08:00 committed by GitHub
parent c399c8fdbb
commit fb8d621198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@
on(window, 'resize', this.computeOffset);
},
beforeDestroy () {
off(window, 'resize', this.computeOffset)
off(window, 'resize', this.computeOffset);
}
};
</script>