From e8e9db2bbcd9d2ef7d7ef5080154b41b46319dec Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 3 Dec 2020 01:35:34 +0100 Subject: [PATCH] Add scss imports --- src/csui/NotificationUi.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/csui/NotificationUi.vue b/src/csui/NotificationUi.vue index 394b3fc..37a9df6 100644 --- a/src/csui/NotificationUi.vue +++ b/src/csui/NotificationUi.vue @@ -59,7 +59,7 @@ export default { notificationText: "this is a test notification with some html for bold measure", notificationActions: null, showNotification: true, - } + }; }, ...mapState([ 'notificationConfig' @@ -107,9 +107,15 @@ export default { } } } +