refactor: minor refactors, update snapshots

This commit is contained in:
woothu
2019-11-21 13:10:12 +01:00
parent cdfef77bab
commit 07e4966ad2
35 changed files with 1627 additions and 1589 deletions
+16 -5
View File
@@ -2,10 +2,21 @@
<div>
<CRow>
<CCol lg="6">
<CTableWrapper
:items="getShuffledUsersData()"
caption="Simple Table"
/>
<CTableWrapper :items="getShuffledUsersData()">
<template #header>
<CIcon name="cil-grid"/> Simple Table
<div class="card-header-actions">
<a
href="https://coreui.io/vue/docs/components/nav"
class="card-header-action"
rel="noreferrer noopener"
target="_blank"
>
<small class="text-muted">docs</small>
</a>
</div>
</template>
</CTableWrapper>
</CCol>
<CCol lg="6">
@@ -60,7 +71,7 @@
small
fixed
dark
caption="Combined All Table"
caption="Combined All dark Table"
/>
</CCol>
</CRow>