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'