refactor: remplace variant prop with color

This commit is contained in:
woothu
2019-10-15 10:55:00 +02:00
parent 26d30c2fb0
commit c639eb8213
28 changed files with 800 additions and 810 deletions
+4 -4
View File
@@ -20,7 +20,7 @@
<CCol col="4">
<div class="my-3 text-center">
<CButton
variant="primary"
color="primary"
v-c-popover="{
header: 'Popover header',
content: 'I am popover content!'
@@ -33,7 +33,7 @@
<CCol col="4">
<div class="my-3 text-center">
<CButton
variant="primary"
color="primary"
v-c-popover="{
header: 'Popover!',
content: 'I start <strong>open</strong>',
@@ -46,7 +46,7 @@
<CCol col="4">
<div class="my-3 text-center">
<CButton
variant="primary"
color="primary"
v-c-popover.click="{
header: 'Popover!',
content: 'I am showing on click and hiding on click outside tooltip!',
@@ -75,7 +75,7 @@
:key="placement"
>
<CButton
variant="primary"
color="primary"
v-c-popover="{
header: 'Popover!',
content: `Placement ${placement}`,