feat(Calendar): row-height、max-range can be string type
This commit is contained in:
@@ -13,7 +13,7 @@ export default createComponent({
|
||||
maxDate: Date,
|
||||
showMark: Boolean,
|
||||
showTitle: Boolean,
|
||||
rowHeight: Number,
|
||||
rowHeight: [Number, String],
|
||||
formatter: Function,
|
||||
currentDate: [Date, Array],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user