error display
This commit is contained in:
parent
f9b0a95969
commit
b97db4912d
4 changed files with 28 additions and 2 deletions
|
@ -14,6 +14,9 @@ const Notifications = {
|
|||
notifications () {
|
||||
return this.$store.state.statuses.notifications.data
|
||||
},
|
||||
error () {
|
||||
return this.$store.state.statuses.notifications.error
|
||||
},
|
||||
unseenNotifications () {
|
||||
return filter(this.notifications, ({seen}) => !seen)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue