Vue lifecycle changes
destroyed -> unmounted, beforeDestroy -> beforeUnmount
This commit is contained in:
parent
ae312db784
commit
2c5b386af9
18 changed files with 20 additions and 20 deletions
|
|
@ -467,7 +467,7 @@ export default {
|
|||
// action and set up conversion tracking triggered by Room Joined (once per visit).
|
||||
this.$analytics.event("Invitations", "Join Page Shown");
|
||||
},
|
||||
destroyed() {
|
||||
unmounted() {
|
||||
this.$matrix.off("Room.myMembership", this.onMyMembership);
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue