vue-bulma / datepicker

Datepicker Component for Vue Bulma
MIT License
115 stars 56 forks source link

Allow inputClass prop type to be either object or array #65

Closed havgry closed 7 years ago

havgry commented 7 years ago

I updated the component prop validation to adhere to the Vue documentation regarding the class binding: https://vuejs.org/v2/guide/class-and-style.html#Array-Syntax

Related issue: #63