Skip to content

Commit b146626

Browse files
Merge pull request charliekassel#514 from elHornair/master
Documentation fixes
2 parents 4f3037d + e7ab6b1 commit b146626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)