Skip to content

Commit

Permalink
docs: typo (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed May 12, 2023
1 parent d525244 commit 6676ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useOffsetPagination/index.md
Expand Up @@ -28,7 +28,7 @@ const {
} = useOffsetPagination({
total: database.value.length,
page: 1,
pageSize,
pageSize: 10,
onPageChange: fetchData,
onPageSizeChange: fetchData,
})
Expand Down

0 comments on commit 6676ef7

Please sign in to comment.