From e7b69d706554535f68aa84f02e6c1379ba1760da Mon Sep 17 00:00:00 2001 From: Temmie Date: Mon, 11 Aug 2025 02:24:58 +0200 Subject: [PATCH] feat: simplify base modal and close it by clicking outside of it --- components/Modal/Base.vue | 86 ++++++++++++--------------------------- 1 file changed, 25 insertions(+), 61 deletions(-) diff --git a/components/Modal/Base.vue b/components/Modal/Base.vue index a5d8ebd..42be98a 100644 --- a/components/Modal/Base.vue +++ b/components/Modal/Base.vue @@ -1,18 +1,11 @@ - \ No newline at end of file