[bugfix] DatetimePicker: remove unused prop (#3993)
This commit is contained in:
@@ -30,10 +30,6 @@ export default createComponent({
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
format: {
|
||||
type: String,
|
||||
default: 'YYYY.MM.DD HH时 mm分'
|
||||
},
|
||||
formatter: {
|
||||
type: Function,
|
||||
default: (type, value) => value
|
||||
|
||||
Reference in New Issue
Block a user