feat: copy features from pro template

This commit is contained in:
woothu
2020-02-24 16:42:33 +01:00
parent c68263b85f
commit 7e9d384af2
21 changed files with 1511 additions and 1658 deletions
+4 -3
View File
@@ -3,7 +3,8 @@
<CCard>
<CCardHeader>
<CIcon name="cil-justify-center"/>
<strong> Responsive bootstrap Pagination</strong>
<strong> Pagination </strong>
<small>size</small>
<div class="card-header-actions">
<a
href="https://coreui.io/vue/docs/components/pagination"
@@ -31,7 +32,7 @@
:pages="10"/>
<br>
<div>
<div class="d-md-down-none">
<h6>Large</h6>
<CPagination
size="lg"
@@ -86,7 +87,7 @@ export default {
name: 'Paginations',
data () {
return {
currentPage: 3,
currentPage: 3
}
}
}