[bugfix] DatetimePicker: remove unused prop (#3993)

This commit is contained in:
neverland 2019-07-29 17:33:52 +08:00 committed by GitHub
parent 28d8efc587
commit d9ecab9647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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