File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Inline always open version
106106| id | String | | Input id |
107107| format | String\| Function| dd MMM yyyy | Date formatting string or function |
108108| full-month-name | Boolean | false | To show the full month name |
109- | language | String | en | Translation for days and months |
109+ | language | Object | en | Translation for days and months |
110110| disabled-dates | Object | | See below for configuration |
111111| placeholder | String | | Input placeholder text |
112112| inline | Boolean | | To show the datepicker always open |
@@ -218,7 +218,7 @@ var state = {
218218 }
219219}
220220 </script >
221- <datepicker :disabled =" state.disabledDates" ></datepicker >
221+ <datepicker :disabledDates =" state.disabledDates" ></datepicker >
222222```
223223
224224## Highlighted Dates
You can’t perform that action at this time.
0 commit comments