chore: 3.0.0-beta.0 release: update dependencies

This commit is contained in:
woothu
2019-11-19 17:40:48 +01:00
parent c4a941d714
commit f020186152
101 changed files with 19230 additions and 26476 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
<div>
<CCard>
<CCardHeader>
<i class="cui-globe"></i>Font Awesome brand icons
<CIcon name="cil-globe-alt"/>Brand icons
</CCardHeader>
<CCardBody>
<CRow class="text-center">
@@ -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