forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
19588647d6
commit
d0cc145cb3
1 changed files with 0 additions and 2 deletions
|
@ -35,12 +35,10 @@ export default Vue.extend({
|
|||
},
|
||||
mounted() {
|
||||
document.addEventListener('keydown', this.onDocumentKeydown);
|
||||
window.addEventListener('scroll', this.onScroll, { passive: true });
|
||||
Progress.start();
|
||||
},
|
||||
beforeDestroy() {
|
||||
document.removeEventListener('keydown', this.onDocumentKeydown);
|
||||
window.removeEventListener('scroll', this.onScroll);
|
||||
},
|
||||
methods: {
|
||||
onDocumentKeydown(e) {
|
||||
|
|
Loading…
Reference in a new issue