Skip to content

Commit

Permalink
[pagination] update example (#448)
Browse files Browse the repository at this point in the history
* [carousel] Fixed this arg in forEach

Should address issue #396

* [carousel] coerce querySelectorAll into an array

Coerce slide nodelist into an Array

* [carousel] ESLint

* [pagination] update example
  • Loading branch information
tmorehouse authored and pi0 committed May 23, 2017
1 parent 8829db8 commit 92e08aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pagination/demo.html
Expand Up @@ -7,7 +7,7 @@ <h6>Default</h6>
<br>
<br>

<b-pagination size="md" :total-rows="100" variant="primary" secondary-variant="info" v-model="currentPage" :per-page="10">
<b-pagination size="md" :total-rows="100" v-model="currentPage" limit="10" :per-page="10">
</b-pagination>

<br>
Expand Down

0 comments on commit 92e08aa

Please sign in to comment.