UNPKG

custom-bootstrap-vue

Version:

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

8 lines 201 B
import { BLink } from './link'; import { pluginFactory } from '../../utils/plugins'; var LinkPlugin = /*#__PURE__*/pluginFactory({ components: { BLink: BLink } }); export { LinkPlugin, BLink };