Skip to content

Commit cac84bd

Browse files
committed
refactor: update examples
1 parent 1b7a092 commit cac84bd

38 files changed

+595
-1416
lines changed

src/views/Dashboard.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<CRow>
99
<CCol sm="5">
1010
<h4 id="traffic" class="card-title mb-0">Traffic</h4>
11-
<div class="small text-medium-emphasis">November 2017</div>
11+
<div class="small text-medium-emphasis">January 2021</div>
1212
</CCol>
1313
<CCol sm="7" class="d-none d-md-block">
1414
<CButton color="primary" class="float-end">
@@ -316,7 +316,7 @@
316316
<CTableHead color="light">
317317
<CTableRow>
318318
<CTableHeaderCell class="text-center">
319-
<CIcon name="{cilPeople}" />
319+
<CIcon name="cil-people" />
320320
</CTableHeaderCell>
321321
<CTableHeaderCell>User</CTableHeaderCell>
322322
<CTableHeaderCell class="text-center"
@@ -449,7 +449,7 @@ export default {
449449
period: "Jun 11, 2021 - Jul 10, 2021",
450450
color: "warning",
451451
},
452-
payment: { name: "Stripe", icon: "cib-stripe" },
452+
payment: { name: "Stripe", icon: "cib-cc-stripe" },
453453
activity: "1 hour ago",
454454
},
455455
{
@@ -461,7 +461,7 @@ export default {
461461
period: "Jun 11, 2021 - Jul 10, 2021",
462462
color: "danger",
463463
},
464-
payment: { name: "PayPal", icon: "cib-paypal" },
464+
payment: { name: "PayPal", icon: "cib-cc-paypal" },
465465
activity: "Last month",
466466
},
467467
{
@@ -477,7 +477,7 @@ export default {
477477
period: "Jun 11, 2021 - Jul 10, 2021",
478478
color: "primary",
479479
},
480-
payment: { name: "Google Wallet", icon: "cib-google-pay" },
480+
payment: { name: "Google Wallet", icon: "cib-cc-apple-pay" },
481481
activity: "Last week",
482482
},
483483
{

src/views/base/Accordion.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p class="text-medium-emphasis small">
1313
Click the accordions below to expand/collapse the accordion content.
1414
</p>
15-
<Example href="components/accordion">
15+
<DocsExample href="components/accordion">
1616
<CAccordion>
1717
<CAccordionItem>
1818
<CAccordionHeader>
@@ -96,7 +96,7 @@
9696
</CAccordionCollapse>
9797
</CAccordionItem>
9898
</CAccordion>
99-
</Example>
99+
</DocsExample>
100100
</CCardBody>
101101
</CCard>
102102
<CCard class="mb-4">
@@ -110,7 +110,7 @@
110110
corners to render accordions edge-to-edge with their parent
111111
container.
112112
</p>
113-
<Example href="components/accordion#flush">
113+
<DocsExample href="components/accordion#flush">
114114
<CAccordion flush>
115115
<CAccordionItem>
116116
<CAccordionHeader>
@@ -200,7 +200,7 @@
200200
</CAccordionCollapse>
201201
</CAccordionItem>
202202
</CAccordion>
203-
</Example>
203+
</DocsExample>
204204
</CCardBody>
205205
</CCard>
206206
</CCol>

src/views/base/Breadcrumbs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</a>
2424
.
2525
</p>
26-
<Example href="components/breadcrumb">
26+
<DocsExample href="components/breadcrumb">
2727
<CBreadcrumb>
2828
<CBreadcrumbItem>
2929
<CLink href="#">Home</CLink>
@@ -51,7 +51,7 @@
5151
</CBreadcrumbItem>
5252
<CBreadcrumbItem active>Bootstrap</CBreadcrumbItem>
5353
</CBreadcrumb>
54-
</Example>
54+
</DocsExample>
5555
</CCardBody>
5656
</CCard>
5757
</CCol>

0 commit comments

Comments
 (0)