rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

props should be kebab-case #582

Open andreiTn opened 4 years ago

andreiTn commented 4 years ago

Props are HTML attributes so we should use kebab-case. Also, props that receive boolean values can be used without a value. Their presence or absence implies true or false.

https://v3.vuejs.org/guide/component-props.html#prop-casing-camelcase-vs-kebab-case https://v3.vuejs.org/guide/component-props.html#passing-a-boolean