From 7d4f24ecaceadd685c40675f941dd4fd8a1d8141 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 6 Nov 2019 23:57:36 +0000 Subject: [PATCH] --- ayanova/src/components/gznotify.vue | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/gznotify.vue b/ayanova/src/components/gznotify.vue index 8a705614..9d669234 100644 --- a/ayanova/src/components/gznotify.vue +++ b/ayanova/src/components/gznotify.vue @@ -17,12 +17,27 @@ --> - - {{ message }} + fa-info-circle +
+ {{ message }} +
+ + fa-times-circle + +
--> + + + {{ message }} + fa-times-circle @@ -33,6 +48,7 @@ export default { data: () => ({ snackbar: false, + message: null, options: { color: "primary",