2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 21:32:28 +03:00

添加custom-formatter

This commit is contained in:
mxie
2018-04-21 17:36:42 +08:00
parent b8c642d51c
commit 8c255939ad
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ export default {
| type | String | 'date' | select datepicker or datetimepicker(date/datetime) |
| range | Boolean | false | if true, the type is daterange or datetimerange |
| format | String | yyyy-MM-dd | Date formatting string |
| custom-formatter | function | null | custom Date display |
| lang | String/Object | zh | Translation (en/zh/es/pt-br/fr/ru/de/it/cs)(custom) |
| confirm | Boolean | false | if true, need click the button to change the value |
| disabled | Boolean | false | Disable the component |
+1 -1
View File
File diff suppressed because one or more lines are too long