1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 09:04:56 +01:00

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

View File

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