UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

31 lines (30 loc) 852 B
{ "name": "@bootstrap-vue/form-input", "version": "1.0.0", "meta": { "title": "Form Input", "component": "bFormInput", "events": [ { "event": "input", "description": "Emitted when the input receives input from user.", "args": [ { "arg": "value", "description": "current value of the input" } ] }, { "event": "change", "description": "Emitted when the input changes.", "args": [ { "arg": "value", "description": "current value of the input" } ] } ] } }