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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Vue-smart-pagination contains two main components:
37
37
38
38
Both components are registered globally after installing package.
39
39
40
-
Also we have **props** - `:settings="settings”` which has two main objects - `PaginationControlSettings` и `PaginationPageSettings`.
40
+
Also we have **props** - `:settings="settings”` which has two main objects - `PaginationControlSettings` и `PaginationPageSettings`, also we have property - `pageToChange`.
41
41
42
42
43
43
`PaginationControlSettings` contains settings related to buttons, arrows, dots and the start page.
@@ -46,6 +46,9 @@ Also we have **props** - `:settings="settings”` which has two main objects - `
46
46
`PaginationPageSettings` contains settings related to the page, the spinner and animation of the content change.
47
47
48
48
49
+
`pageToChange` contains actual page, update after change page value.
50
+
51
+
49
52
Array **arrayData** serves to output data to the page and `is required to fill`.
0 commit comments