2
0
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:
mengxiong10
2019-10-14 11:18:14 +08:00
parent 2ef143f73d
commit 98c454ab0f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
设置绑定值的格式