Pagination
A control for paging through a large set of items.
<template>
<Pagination v-model:page="page" :total="total" :items-per-page="itemsPerPage" />
</template>Props
| Name | Type | Default |
|---|---|---|
| total | number | — |
| itemsPerPage | number | — |
| modelValue | number | — |
| siblingCount | number | 2 (UPagination's own default) |
| prevLabel | string | "Previous" |
| nextLabel | string | "Next" |