Merge branch 'clearnotifs' into develop

environments/dev/deployments/1
Roger Braun 8 years ago
commit 73f46bfba6

@ -25,7 +25,11 @@ const Notifications = {
},
watch: {
unseenCount (count) {
if (count > 0) {
this.$store.dispatch('setPageTitle', `(${count})`)
} else {
this.$store.dispatch('setPageTitle', '')
}
}
},
methods: {

Loading…
Cancel
Save