Only display 10 notifications at a time, 20 is too much.

This commit is contained in:
Roger Braun 2017-02-19 13:37:21 +01:00
parent 56e036b4de
commit 2933dc30a5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash'
const Notifications = {
data () {
return {
visibleNotificationCount: 20
visibleNotificationCount: 10
}
},
computed: {