mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 10:20:19 +08:00
[bugfix] DatetimePicker: remove unused prop (#3993)
This commit is contained in:
parent
28d8efc587
commit
d9ecab9647
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user