mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-11 10:32:27 +03:00
docs: add the icon-day doc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
设置绑定值的格式
|
||||
|
||||
Reference in New Issue
Block a user