UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

12 lines (9 loc) 243 B
import { BFormFile } from './form-file' import { pluginFactory } from '../../utils/plugins' const FormFilePlugin = /*#__PURE__*/ pluginFactory({ components: { BFormFile, BFile: BFormFile } }) export { FormFilePlugin, BFormFile }