chore: 3.0.0-alpha.5 version: update packages, small fixes

This commit is contained in:
woothu
2019-10-21 16:49:37 +02:00
parent 0ed0b7bbce
commit 307400dfa8
6 changed files with 3185 additions and 4439 deletions
+2 -14
View File
@@ -18,7 +18,7 @@
</CCardHeader>
<CCardBody>
<CRow>
<CCol col="4">
<CCol col="6">
<div class="text-center my-3">
<CButton
color="secondary"
@@ -28,7 +28,7 @@
</CButton>
</div>
</CCol>
<CCol col="4">
<CCol col="6">
<div class="text-center my-3">
<CButton
v-c-tooltip="{content: 'I start open!', active:true }"
@@ -38,18 +38,6 @@
</CButton>
</div>
</CCol>
<CCol col="4">
<div class="text-center my-3">
<CButton
color="secondary"
v-c-tooltip.click="
'I am showing on click and hiding on click outside tooltip!'
"
>
Click me
</CButton>
</div>
</CCol>
</CRow>
</CCardBody>
</CCard>