custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
13 lines (10 loc) • 304 B
JavaScript
import { BCarousel } from './carousel'
import { BCarouselSlide } from './carousel-slide'
import { pluginFactory } from '../../utils/plugins'
const CarouselPlugin = /*#__PURE*/ pluginFactory({
components: {
BCarousel,
BCarouselSlide
}
})
export { CarouselPlugin, BCarousel, BCarouselSlide }