From 53117fc9f51b9b9706494dfc709609114fc551b6 Mon Sep 17 00:00:00 2001 From: wangzhuo Date: Thu, 18 Sep 2025 19:41:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A8=A1?= =?UTF-8?q?=E6=80=81=E5=BC=B9=E7=AA=97=E7=BB=84=E4=BB=B6=EF=BC=88=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=92=99=E5=B1=82=E8=A7=A6=E6=91=B8=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E3=80=81=E6=96=87=E6=9C=AC=E6=8D=A2=E8=A1=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/closeableModal.vue | 169 ++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 src/components/closeableModal.vue diff --git a/src/components/closeableModal.vue b/src/components/closeableModal.vue new file mode 100644 index 0000000..fe0d893 --- /dev/null +++ b/src/components/closeableModal.vue @@ -0,0 +1,169 @@ + + + + + + \ No newline at end of file