From 91d52cb6e2e931dda4a54e1ded2d4a9bb8da6ca6 Mon Sep 17 00:00:00 2001 From: Mouriya Date: Fri, 13 Sep 2024 05:33:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=80=E3=82=A4=E3=82=A2=E3=83=AD=E3=82=B0?= =?UTF-8?q?=E3=81=AF=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=B0=E3=83=AB=E3=83=BC?= =?UTF-8?q?=E3=83=97=E3=81=AA=E3=81=97=E3=81=A7=E4=BD=BF=E7=94=A8=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=81=BE=E3=81=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ShowDialog.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ShowDialog.vue b/frontend/src/components/ShowDialog.vue index 7cfa524..ab6cd0a 100644 --- a/frontend/src/components/ShowDialog.vue +++ b/frontend/src/components/ShowDialog.vue @@ -11,7 +11,7 @@ - + @@ -29,7 +29,11 @@ export default { width:String, height:String, minWidth:String, - minHeight:String + minHeight:String, + disableBtn:{ + type: Boolean, + default: false + } }, emits: [ 'close'