diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-05-31 08:16:43 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-05-31 08:16:43 -0400 |
| commit | 9723d7285df1ef74f572c07016b11dd1c692ad33 (patch) | |
| tree | 29ed4f4627f0e8cf5b5bad6d2b721410adbc797b /src/components/notifications/notifications.js | |
| parent | bf7190bfca5221d0f81b34f5b7238ca4e9d1380c (diff) | |
| parent | 960577ca28853dfc7a2082e38498290a84749a05 (diff) | |
Merge branch 'feature/notification-improvements' into 'develop'
Feature/notification improvements
See merge request !79
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index c8d5e212..c0c86c68 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -1,3 +1,5 @@ +import Status from '../status/status.vue' + import { sortBy, take, filter } from 'lodash' const Notifications = { @@ -23,6 +25,9 @@ const Notifications = { return this.unseenNotifications.length } }, + components: { + Status + }, watch: { unseenCount (count) { if (count > 0) { |
