diff --git a/README.md b/README.md index 1083d65..bdba5c9 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ export default { | confirm-text | the default text to display on confirm button | `string` | 'OK' | | range-separator | the range separator text | `string` | '~' | | date-format | format the time header and tooltip | `string` | '' | +| icon-day | set the number of calendar icon | `string`\|`number` | '' | #### value-type set the format of binding value diff --git a/README.zh-CN.md b/README.zh-CN.md index bee883d..d71b7d7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -110,6 +110,7 @@ export default { | confirm-text | 确认按钮的名称 | `string` | 'OK' | | range-separator | range 分隔符 | `string` | '~' | | date-format | 格式化时间组件头部和日历的tooltip,默认是format字段去除时间的格式化 | `string` | '' | +| icon-day | 设置日历图标的数字 | `string`\|`number` | '' | #### value-type 设置绑定值的格式