Open andreiTn opened 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
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