From ae33ae67b025c8a76c52da512e24cc7d6cd24de5 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Wed, 15 Jun 2022 17:18:34 -0300 Subject: [PATCH] slot in footer, emit close --- navigator/src/components/ModalPopup.vue | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/navigator/src/components/ModalPopup.vue b/navigator/src/components/ModalPopup.vue index 4630266..88e0ad3 100644 --- a/navigator/src/components/ModalPopup.vue +++ b/navigator/src/components/ModalPopup.vue @@ -21,7 +21,7 @@ If not, see . leave="ease-in duration-500" leave-from="opacity-100" leave-to="opacity-0">
-
+
.

{{ headerText }}

-
+
-
+
@@ -89,6 +94,7 @@ export default { emits: [ 'apply', 'cancel', + 'close', ] };