UNPKG

custom-bootstrap-vue

Version:

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

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