Appearance
Pagination
Pagination is the process of splitting the contents of a website, or section of contents from a website, into discrete pages.
Import
javascript
import { VPagination } from 'vuetify'
Usage
html
<v-pagination :total-pages="32" />
<v-pagination :total-pages="4" />
<v-pagination :total-pages="1" />
<v-pagination :total-pages="6" />
<v-pagination :total-pages="122" />