You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Prev/Next buttons can be customized using the `prev-nav` and `next-nav` slots:
80
80
81
81
| Name | Type | Description |
82
82
| --- | --- | --- |
83
-
|`data`| Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.4/pagination) response. See below for default value. |
83
+
|`data`| Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.7/pagination) response. See below for default value. |
84
84
|`limit`| Number | (optional) Limit of pages to be rendered. Default `0` (unlimited 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). |
85
85
86
86
**Default `data`**
@@ -125,4 +125,4 @@ npm run test
125
125
126
126
## Credits
127
127
128
-
Laravel Vue Pagination was created by [Gilbert Pellegrom](https://gilbitron.me) from [Dev7studios](https://dev7studios.co). Released under the MIT license.
128
+
Laravel Vue Pagination was created by [Gilbert Pellegrom](https://gilbitron.me) from [Dev7studios](https://dev7studios.co). Released under the MIT license.
0 commit comments