UNPKG

custom-bootstrap-vue

Version:

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

13 lines (10 loc) 241 B
import { BTabs } from './tabs' import { BTab } from './tab' import { pluginFactory } from '../../utils/plugins' const TabsPlugin = /*#__PURE__*/ pluginFactory({ components: { BTabs, BTab } }) export { TabsPlugin, BTabs, BTab }