Skip to content

Commit

Permalink
Merge pull request #459 from linxiaowu66/master
Browse files Browse the repository at this point in the history
fix(pagination): fix the pagination option spelling mistake
  • Loading branch information
myronliu347 committed Apr 27, 2017
2 parents abfe0a7 + b65722b commit ff88ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-docs/views/components/pagination/api.js
Expand Up @@ -23,7 +23,7 @@ export default {
default: 'false',
desc: 'props.showSizeChanger'
}, {
name: 'pageSizeOptions',
name: 'pageSizeOption',
type: 'Array',
default: '[10, 20, 30, 40]',
desc: 'props.pageSizeOptions'
Expand Down
2 changes: 1 addition & 1 deletion src-docs/views/components/pagination/en.js
Expand Up @@ -11,7 +11,7 @@ export default {
pageSize: 'page size, perfer to use the pageSizeOptions when the pageSizeOptions is also configured',
defaultPageSize: 'default size of page',
showSizeChanger: 'whether it should be show the `pageSize` selection box',
pageSizeOptions: 'specified the page size(list style)'
pageSizeOption: 'specified the page size(list style)'
},
slots: {
default: 'is used to place pagination component'
Expand Down

0 comments on commit ff88ab2

Please sign in to comment.