Improve scroll performance
This commit is contained in:
parent
8678e30cc8
commit
999ce8e366
5 changed files with 5 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
mounted() {
|
||||
this.$refs.body.addEventListener('scroll', this.onScroll);
|
||||
this.$refs.body.addEventListener('scroll', this.onScroll, { passive: true });
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.$refs.body.removeEventListener('scroll', this.onScroll);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue