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
+2 -2
View File
@@ -2,7 +2,7 @@
<CRow>
<CCol col="12" xl="8">
<transition name="slide">
<CCard headerHtml="users" bodyWrapper>
<CCard header-html="users" body-wrapper>
<CTable
hover
striped
@@ -11,7 +11,7 @@
:current-page="currentPage"
:per-page="perPage"
@row-clicked="rowClicked"
:paginationProps="$options.paginationProps"
:pagination-props="$options.paginationProps"
>
<td slot="id" slot-scope="data">
<strong>{{data.item.id}}</strong>