fix: life cycle hook naming
This commit is contained in:
parent
db49b9b532
commit
ecc3d3cf3f
7 changed files with 7 additions and 7 deletions
|
|
@ -83,7 +83,7 @@ export default {
|
|||
|
||||
this.changeInterval = setInterval(this.updateDueDate, 1000)
|
||||
},
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
if (this.changeInterval) {
|
||||
clearInterval(this.changeInterval)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue