refactor: change camelCase props to kebab-case

This commit is contained in:
woothu
2019-06-03 15:47:41 +02:00
parent 4ce4b01cae
commit 989220f82a
31 changed files with 420 additions and 480 deletions
+4 -4
View File
@@ -152,14 +152,14 @@
<CFormInput
class="c-mb-0 c-w-25 c-mx-1"
size="sm"
prependHtml="$"
appendHtml=".00"
prepend-html="$"
append-html=".00"
value="100"
/>
<CFormSelect
class="c-mb-0 c-w-25 c-mx-1"
size="sm"
prependHtml="Size"
prepend-html="Size"
value="Medium"
:options="['Large','Medium','Small']"
custom
@@ -181,7 +181,7 @@
<CDropdown
class="c-mx-1"
placement="bottom-end"
buttonContent="Menu"
button-content="Menu"
>
<CDropdownItem>Item 1</CDropdownItem>
<CDropdownItem>Item 2</CDropdownItem>