UNPKG

custom-bootstrap-vue

Version:

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

9 lines (6 loc) 215 B
import { VBTooltip } from './tooltip' import { pluginFactory } from '../../utils/plugins' const VBTooltipPlugin = /*#__PURE__*/ pluginFactory({ directives: { VBTooltip } }) export { VBTooltipPlugin, VBTooltip }