UNPKG

custom-bootstrap-vue

Version:

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

9 lines (6 loc) 190 B
import { BLink } from './link' import { pluginFactory } from '../../utils/plugins' const LinkPlugin = /*#__PURE__*/ pluginFactory({ components: { BLink } }) export { LinkPlugin, BLink }