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
+3 -3
View File
@@ -14,21 +14,21 @@
</CCardHeader>
<CCardBody>
<CRow>
<CCol cols="4">
<CCol col="4">
<div class="text-center my-3">
<CButton v-c-tooltip.hover.click="'I am a tooltip!'">
Hover Me
</CButton>
</div>
</CCol>
<CCol cols="4">
<CCol col="4">
<div class="text-center my-3">
<CButton v-c-tooltip="{content: 'I start open!', active:true }">
Hover me
</CButton>
</div>
</CCol>
<CCol cols="4">
<CCol col="4">
<div class="text-center my-3">
<CButton v-c-tooltip.click="
'I am showing on click and hiding on click outside tooltip!'