From b25e3a38f8bd446220928b56e698c50f6f639fd5 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Mon, 31 Aug 2020 10:45:18 +0200 Subject: [PATCH] add modal component --- src/ui/Modal.vue | 100 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/ui/Modal.vue diff --git a/src/ui/Modal.vue b/src/ui/Modal.vue new file mode 100644 index 0000000..6d44ca6 --- /dev/null +++ b/src/ui/Modal.vue @@ -0,0 +1,100 @@ + + + + + \ No newline at end of file