refacor: update dashboard to coreui-vue changes

This commit is contained in:
woothu
2019-11-08 12:50:42 +01:00
parent cb5f6ec3a2
commit 1c7b133ae5
42 changed files with 549 additions and 4034 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<CCol col="12" xl="8">
<transition name="slide">
<CCard header-html="Users" body-wrapper>
<CTable
<CDataTable
hover
striped
:items="items"
@@ -27,7 +27,7 @@
</CBadge>
</td>
</template>
</CTable>
</CDataTable>
</CCard>
</transition>
</CCol>