UNPKG

custom-bootstrap-vue

Version:

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

11 lines (8 loc) 299 B
import { BPopover } from './popover' import { VBPopoverPlugin } from '../../directives/popover' import { pluginFactory } from '../../utils/plugins' const PopoverPlugin = /*#__PURE__*/ pluginFactory({ components: { BPopover }, plugins: { VBPopoverPlugin } }) export { PopoverPlugin, BPopover }