vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

props should be kebab-case

Open andreiTn opened this issue 5 years ago • 0 comments

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

andreiTn avatar Oct 22 '20 14:10 andreiTn