custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
9 lines • 306 B
JavaScript
import { BFormSpinbutton } from './form-spinbutton';
import { pluginFactory } from '../../utils/plugins';
var FormSpinbuttonPlugin = /*#__PURE__*/pluginFactory({
components: {
BFormSpinbutton: BFormSpinbutton,
BSpinbutton: BFormSpinbutton
}
});
export { FormSpinbuttonPlugin, BFormSpinbutton };