clears notif number from title when marking as read

environments/dev/deployments/1
hakui 8 years ago
parent 6dbdd322aa
commit 14237cff77

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

Loading…
Cancel
Save