custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
12 lines • 337 B
JavaScript
import { BPopover } from './popover';
import { VBPopoverPlugin } from '../../directives/popover';
import { pluginFactory } from '../../utils/plugins';
var PopoverPlugin = /*#__PURE__*/pluginFactory({
components: {
BPopover: BPopover
},
plugins: {
VBPopoverPlugin: VBPopoverPlugin
}
});
export { PopoverPlugin, BPopover };