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