stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

Update README with Correct Events Property #38

Closed wooliet closed 5 years ago

wooliet commented 5 years ago

CalendarParentComponentMixin provides the eventArray custom prop. The README incorrectly refers to it as the events property.

Examples showing declaration of one of the custom calendar components are updated to use the correct "kebab-cased" version of the property.

See Vue docs