UNPKG

custom-bootstrap-vue

Version:

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

11 lines (8 loc) 296 B
import { BSidebar } from './sidebar' import { VBTogglePlugin } from '../../directives/toggle' import { pluginFactory } from '../../utils/plugins' const SidebarPlugin = /*#__PURE__*/ pluginFactory({ components: { BSidebar }, plugins: { VBTogglePlugin } }) export { SidebarPlugin, BSidebar }