migrate beforeDestroy to beforeUnmount
This commit is contained in:
@@ -132,7 +132,7 @@ export default {
|
||||
},
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
this.title.destroy()
|
||||
this.tasks.destroy()
|
||||
this.description.destroy()
|
||||
|
||||
Reference in New Issue
Block a user