bootstrap-vue
Version:
Quickly integrate Bootstrap 4 components with Vue.js
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)"
}
]
}
]
}
}