Skip to content

Commit 632696a

Browse files
authored
Merge pull request #4 from vinayakkulkarni/patch-1
Updated Laravel Paginator link
2 parents fcd085e + aeb34be commit 632696a

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
@@ -76,7 +76,7 @@ Vue.component('example-component', {
7676

7777
| Name | Type | Description |
7878
| --- | --- | --- |
79-
| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.3/pagination) response. See below for default value. |
79+
| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.4/pagination) response. See below for default value. |
8080
| `limit` | Number | (optional) Limit of pages to be rendered. Default `0` (unlimited links) `-1` will hide numeric pages and leave only arrow navigation. `3` will show 3 previous and 3 next numeric pages from current page. |
8181

8282
```javascript

0 commit comments

Comments
 (0)