Event off fixes (#9918)

* Added removes for all events

* Moved to beforeDestroy
This commit is contained in:
Keith Holliday
2018-02-01 10:14:21 -07:00
committed by GitHub
parent 7f8a9be766
commit 3e0a7c70ed
11 changed files with 38 additions and 21 deletions

View File

@@ -232,7 +232,6 @@ export default {
groups: [],
};
},
async mounted () {},
watch: {
user () {
if (!this.challenge) this.workingChallenge.leader = this.user._id;