refactor: remplace variant prop with color

This commit is contained in:
woothu
2019-10-15 10:55:00 +02:00
parent 26d30c2fb0
commit c639eb8213
28 changed files with 800 additions and 810 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<strong>{{data.item.name}}</strong>
</td>
<td slot="status" slot-scope="data">
<CBadge :variant="getBadge(data.item.status)">
<CBadge :color="getBadge(data.item.status)">
{{data.item.status}}
</CBadge>
</td>