refactor: change camelCase props to kebab-case
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<CCard :header="caption" bodyWrapper>
|
||||
<CCard :header="caption" body-wrapper>
|
||||
<CTable
|
||||
:hover="hover"
|
||||
:striped="striped"
|
||||
@@ -10,7 +10,7 @@
|
||||
:fields="fields"
|
||||
:per-page="small ? 10 : 5"
|
||||
:dark="dark"
|
||||
noSorting
|
||||
no-sorting
|
||||
>
|
||||
<template #status="{item}">
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user