fix: life cycle hook naming
This commit is contained in:
parent
db49b9b532
commit
ecc3d3cf3f
7 changed files with 7 additions and 7 deletions
|
|
@ -149,7 +149,7 @@ export default {
|
|||
this.task = this.theTask
|
||||
document.addEventListener('click', this.hideDeferDueDatePopup)
|
||||
},
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
document.removeEventListener('click', this.hideDeferDueDatePopup)
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Reference in a new issue