custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
11 lines (8 loc) • 302 B
JavaScript
import { BCollapse } from './collapse'
import { VBTogglePlugin } from '../../directives/toggle'
import { pluginFactory } from '../../utils/plugins'
const CollapsePlugin = /*#__PURE__*/ pluginFactory({
components: { BCollapse },
plugins: { VBTogglePlugin }
})
export { CollapsePlugin, BCollapse }