fix(components): [dialog] make modelValue be an optional property (#8598)

This commit is contained in:
bqy_fe
2022-07-03 16:24:23 +08:00
committed by GitHub
parent 483c32f341
commit a4e6105827

View File

@@ -49,7 +49,7 @@ export const dialogProps = buildProps({
},
modelValue: {
type: Boolean,
required: true,
default: false,
},
modalClass: String,
width: {