mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [dialog] make modelValue be an optional property (#8598)
This commit is contained in:
@@ -49,7 +49,7 @@ export const dialogProps = buildProps({
|
||||
},
|
||||
modelValue: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
default: false,
|
||||
},
|
||||
modalClass: String,
|
||||
width: {
|
||||
|
||||
Reference in New Issue
Block a user