UNPKG

custom-bootstrap-vue

Version:

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

8 lines 208 B
import { BAlert } from './alert'; import { pluginFactory } from '../../utils/plugins'; var AlertPlugin = /*#__PURE__*/pluginFactory({ components: { BAlert: BAlert } }); export { AlertPlugin, BAlert };