From bc56f65abd74eea10c0677fe6231dea863b46ce9 Mon Sep 17 00:00:00 2001 From: Sockenklaus Date: Sun, 24 Oct 2021 21:43:10 +0200 Subject: [PATCH] self destroying notifications, working on validating login form --- src/components/Notification.vue | 1 - src/stores/notifications.ts | 4 +++- src/views/Login.vue | 29 +++++++++++++++++++++++++---- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/components/Notification.vue b/src/components/Notification.vue index 3da81ab..91518ed 100644 --- a/src/components/Notification.vue +++ b/src/components/Notification.vue @@ -1,5 +1,4 @@