diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index 74ec46a..82112f0 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -124,6 +124,7 @@ export default { }) }, processNotifications(newNotifications) { + console.log(newNotifications) // this.notifications = newNotifications }, },