UNPKG

custom-bootstrap-vue

Version:

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

10 lines 271 B
import { BImg } from './img'; import { BImgLazy } from './img-lazy'; import { pluginFactory } from '../../utils/plugins'; var ImagePlugin = /*#__PURE__*/pluginFactory({ components: { BImg: BImg, BImgLazy: BImgLazy } }); export { ImagePlugin, BImg, BImgLazy };