Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
netpi committed May 4, 2017
2 parents 33daf5e + 353d339 commit 97146c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export default {
```
## Document

| props | required | default | optional | desc |
| ---- | ---- | ---- | ---- | ---- | ---- |
| urlPrefix | `false` | '/' | | urlPrefix for vue-router |
| currentPage | `true` | 1 | | |
| lastPage | `true` | | | the last page number |
| displayPage | `false` | 4 | | page number will to be displayed |
| modifiers | `false` | '' |'','is-centered','is-right' | |
| prev | `false` | '' | Prev | text of `prev` button |
| next | `false` | '' | Next | text of `next` button |
| props | required | default | optional | desc |
| ----------- | -------- | ------- | --------------------------- | -------------------------------- |
| urlPrefix | `false` | '/' | | urlPrefix for vue-router |
| currentPage | `true` | 1 | | |
| lastPage | `true` | | | the last page number |
| displayPage | `false` | 4 | | page number will to be displayed |
| modifiers | `false` | '' | '','is-centered','is-right' | |
| prev | `false` | '' | Prev | text of `prev` button |
| next | `false` | '' | Next | text of `next` button |


## Badges
Expand Down

0 comments on commit 97146c4

Please sign in to comment.