From 38e0f3ae49eba8256506364712fb73c353c5e2d7 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Wed, 26 Aug 2020 10:22:05 +0200 Subject: [PATCH] Alerts --- src/App.vue | 9 ++++---- src/components/Notification.vue | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 src/components/Notification.vue diff --git a/src/App.vue b/src/App.vue index c998d7f..cceb30b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,9 +9,8 @@ -
- -
+ + @@ -35,6 +34,7 @@ body { diff --git a/src/components/Notification.vue b/src/components/Notification.vue new file mode 100644 index 0000000..37ea2b4 --- /dev/null +++ b/src/components/Notification.vue @@ -0,0 +1,41 @@ + + +