From 128882625474ffc75270354e73c3f8e3f911790a Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 1 Dec 2020 16:47:17 +0100 Subject: [PATCH] test release v1.0.0.14 --- src/components/Dashboard.vue | 1 + 1 file changed, 1 insertion(+) 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 }, },