feat(Calendar): row-height、max-range can be string type

This commit is contained in:
陈嘉涵
2020-01-28 21:43:07 +08:00
parent 5f253aa888
commit 086e910afd
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default createComponent({
maxDate: Date,
showMark: Boolean,
showTitle: Boolean,
rowHeight: Number,
rowHeight: [Number, String],
formatter: Function,
currentDate: [Date, Array],
},