refactor: change CCol cols attribute to col attribute

This commit is contained in:
woothu
2019-04-04 09:29:10 +02:00
parent 4b8fdbf142
commit 3a9bc09c3a
25 changed files with 1664 additions and 1664 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
<template>
<div class="animated fadeIn">
<CRow>
<CCol cols="12">
<CCol col="12">
<CCard>
<CCardHeader>
<strong>Brand Button</strong>
@@ -96,7 +96,7 @@
</CCardBody>
</CCard>
</CCol><!--/.col-->
<CCol cols="12">
<CCol col="12">
<CCard>
<CCardHeader>
<strong>Brand Button </strong> <small>Icons only</small>
@@ -192,7 +192,7 @@
</CCard>
</CCol><!--/.col-->
<CCol cols="12">
<CCol col="12">
<CCard>
<CCardHeader>
<strong>Brand Button </strong> <small>Text only</small>
@@ -287,7 +287,7 @@
</CCardBody>
</CCard>
</CCol><!--/.col-->
</CRow><!--/.row-->
</CRow>
</div>
</template>