From 09d0e8bdefed7b584be162652995c84a6982cceb Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 16 Jul 2025 18:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=A1=86=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GuipDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/GuipDialog.vue b/src/components/GuipDialog.vue index 98ff14c..88578cd 100644 --- a/src/components/GuipDialog.vue +++ b/src/components/GuipDialog.vue @@ -11,6 +11,7 @@ > + {{ cancelText }} @@ -23,7 +24,7 @@ import GuipButton from '@/components/GuipButton.vue'; export default { - name: 'CustomDialog', + name: 'GuipDialog', props: { type:{ type:String,