Fix router links to use route objects
This commit is contained in:
parent
7f51ea369e
commit
1c180ace0b
2 changed files with 6 additions and 3 deletions
|
|
@ -17,6 +17,9 @@ const ExtraNotifications = {
|
|||
shouldShowCustomizationTip () {
|
||||
return this.mergedConfig.showExtraNotificationsTip && this.hasAnythingToShow
|
||||
},
|
||||
currentUser () {
|
||||
return this.$store.state.users.currentUser
|
||||
},
|
||||
...mapGetters(['unreadChatCount', 'unreadAnnouncementCount', 'followRequestCount', 'mergedConfig'])
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue