bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
31 lines (30 loc) • 892 B
JSON
{
"name": "@bootstrap-vue/pagination",
"version": "1.0.0",
"meta": {
"title": "Pagination",
"component": "bPagination",
"events": [
{
"event": "input",
"description": "when page changes via user interaction or programmatically",
"args": [
{
"arg": "page",
"description": "Selected page number (starting with 1)"
}
]
},
{
"event": "change",
"description": "when page changes via user interaction",
"args": [
{
"arg": "page",
"description": "Selected page number (starting with 1)"
}
]
}
]
}
}