refactor: small changes

This commit is contained in:
woothu
2019-07-08 11:26:05 +02:00
parent f4a35cffc2
commit 4e1fd70b45
9 changed files with 42 additions and 75 deletions
+3 -1
View File
@@ -4,7 +4,7 @@
<CCard>
<CCardHeader>
<i class="fa fa-align-justify"></i>
<strong> Bootstrap Pagination</strong>
<strong> Responsive bootstrap Pagination</strong>
<!-- <div class="c-card-header-actions">
<a href="https://bootstrap-vue.js.org/docs/components/pagination" class="c-card-header-action" rel="noreferrer noopener" target="_blank">
<small class="c-text-muted">docs</small>
@@ -16,6 +16,7 @@
<CPagination
:active-page.sync="currentPage"
:pages="10"
responsive
/>
<br>
@@ -32,6 +33,7 @@
size="lg"
:active-page.sync="currentPage"
:pages="10"
responsive
/>
<br>
</div>