UNPKG

custom-bootstrap-vue

Version:

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

9 lines (6 loc) 196 B
import { BAlert } from './alert' import { pluginFactory } from '../../utils/plugins' const AlertPlugin = /*#__PURE__*/ pluginFactory({ components: { BAlert } }) export { AlertPlugin, BAlert }