mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-11 11:39:43 +08:00
docs(docs): fix typo errors in pagination component (#14815)
This commit is contained in:
parent
02090482ed
commit
58996131a0
@ -9,7 +9,7 @@ If you have too much data to display in one page, use pagination.
|
||||
|
||||
## Basic usage
|
||||
|
||||
:::demo Set `layout` with different pagination elements you wish to display separated with a comma. Pagination elements are: `prev` (a button navigating to the previous page), `next` (a button navigating to the next page), `pager` (page list), `jumper` (a jump-to input), `total` (total item count), `size` (a select to determine page size) and `->`(every element after this symbol will be pulled to the right).
|
||||
:::demo Set `layout` with different pagination elements you wish to display separated with a comma. Pagination elements are: `prev` (a button navigating to the previous page), `next` (a button navigating to the next page), `pager` (page list), `jumper` (a jump-to input), `total` (total item count), `sizes` (a select to determine page size) and `->`(every element after this symbol will be pulled to the right).
|
||||
|
||||
pagination/basic-usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user