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
+3 -16
View File
@@ -17,7 +17,7 @@
</CCardHeader>
<CCardBody>
<CRow>
<CCol col="4">
<CCol col="6">
<div class="my-3 text-center">
<CButton
color="primary"
@@ -26,11 +26,11 @@
content: 'I am popover content!'
}"
>
Hover Me
Click Me
</CButton>
</div>
</CCol>
<CCol col="4">
<CCol col="6">
<div class="my-3 text-center">
<CButton
color="primary"
@@ -39,19 +39,6 @@
content: 'I start <strong>open</strong>',
active: true
}"
textHtml="Hover me"
/>
</div>
</CCol>
<CCol col="4">
<div class="my-3 text-center">
<CButton
color="primary"
v-c-popover.click="{
header: 'Popover!',
content: 'I am showing on click and hiding on click outside tooltip!',
placement: 'bottom'
}"
>
Click me
</CButton>