diff --git a/src/components/NotificationCentre.vue b/src/components/NotificationCentre.vue index 4937a38..9d582ea 100644 --- a/src/components/NotificationCentre.vue +++ b/src/components/NotificationCentre.vue @@ -50,6 +50,7 @@ const eventsOrdered = computed(() => { return eventB.timestamp - eventA.timestamp }) }) +const count = computed(() => eventsOrdered.value.length)