refs #921 Unbind streaming notification after destroyed

This commit is contained in:
AkiraFukushima 2019-06-27 23:02:25 +09:00
parent 5201a65b9f
commit c4055095c7
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ export default {
created() {
this.initialize()
},
destroyed() {
this.$store.dispatch('GlobalHeader/unbindUserStreamings')
},
methods: {
activeRoute() {
return this.$route.path