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

Vue is throwing error due to array literal instead of factory function in prop default value #22

Closed dreglad closed 6 years ago

dreglad commented 6 years ago

Calendar component has a eventArray prop with a default value which should be defined with a factory function instead of an array literal

Fixed in PR #21