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
@@ -13,7 +13,7 @@
sm="2"
:key="brandName"
>
<CIcon :height="42" :content="$options.brands[brandName]"/>
<CIcon :height="42" :content="brand"/>
<div>{{brandName}}</div>
</CCol>
</template>
@@ -24,7 +24,7 @@
</template>
<script>
import { iconSet as brands } from '@coreui/icons/brands'
import { brandSet as brands } from '@coreui/icons'
export default {
name: 'Brands',
brands