refactor: update examples

This commit is contained in:
Łukasz Holeczek
2021-08-29 16:10:33 +02:00
parent 1b7a092079
commit cac84bdcdd
38 changed files with 601 additions and 1422 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
<strong>Vue Tabs</strong>
</CCardHeader>
<CCardBody>
<Example href="components/tabs.html">
<DocsExample href="components/tabs.html">
<CNav variant="tabs">
<CNavItem>
<CNavLink href="#" @click="activeTabA=1">
@@ -53,7 +53,7 @@
craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
</CTabPane>
</CTabContent>
</Example>
</DocsExample>
</CCardBody>
</CCard>
</CCol>
@@ -70,4 +70,4 @@ export default {
}
}
};
</script>
</script>