Decrypt all events before use
This commit is contained in:
parent
2c5b386af9
commit
bf290a5cd7
10 changed files with 44 additions and 34 deletions
|
|
@ -25,7 +25,7 @@ export default {
|
|||
this.event.on("Event.relationsCreated", this.onRelationsCreated);
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
this.event.off("Event.relationsCreated", this.onRelationsCreated);
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue