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:
parent
5201a65b9f
commit
c4055095c7
@ -50,6 +50,9 @@ export default {
|
||||
created() {
|
||||
this.initialize()
|
||||
},
|
||||
destroyed() {
|
||||
this.$store.dispatch('GlobalHeader/unbindUserStreamings')
|
||||
},
|
||||
methods: {
|
||||
activeRoute() {
|
||||
return this.$route.path
|
||||
|
Loading…
x
Reference in New Issue
Block a user