Skip to content

Commit fd714fd

Browse files
committed
Update README.md
1 parent 8fbbdbc commit fd714fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Prev/Next buttons can be customized using the `prev-nav` and `next-nav` slots:
8181
| Name | Type | Description |
8282
| --- | --- | --- |
8383
| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.7/pagination) response or a [Laravel API Resource](https://laravel.com/docs/5.7/eloquent-resources) response. |
84-
| `limit` | Number | (optional) Limit of pages to be rendered. Default `0` (shows all pages) `-1` will hide numeric pages and leave only arrow navigation. Any positive integer (e.g. `2`) will define how many pages should be shown on either side of the current page when only a range of pages are shown (see below for example output). |
84+
| `limit` | Number | (optional) Limit of pages to be rendered. `0` shows all pages (default). `-1` will hide numeric pages and leave only arrow navigation. Any positive integer (e.g. `2`) will define how many pages should be shown on either side of the current page when only a range of pages are shown (see below for example output). |
8585

8686
**Example `limit`**
8787

0 commit comments

Comments
 (0)