bootstrap-vue
Version:
Quickly integrate Bootstrap 4 components with Vue.js
24 lines (23 loc) • 557 B
JSON
{
"name": "@bootstrap-vue/form-file",
"version": "1.0.0",
"meta": {
"title": "Form File",
"component": "bFormFile",
"events": [
{
"event": "change",
"description": "original native change event on input",
"args": [
{
"arg": "event"
}
]
},
{
"event": "input",
"description": "[see above docs]"
}
]
}
}