parent
3c60ad4f14
commit
a78659b206
43 changed files with 402 additions and 288 deletions
|
|
@ -33,7 +33,7 @@ export default {
|
|||
return this.$store.state.auth.user;
|
||||
},
|
||||
title() {
|
||||
var title = config.appName;
|
||||
var title = this.$t(config.appName);
|
||||
if (this.$matrix.notificationCount > 0) {
|
||||
title += " [" + this.$matrix.notificationCount + "]";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue