UNPKG

custom-bootstrap-vue

Version:

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

8 lines 244 B
import { VBScrollspy } from './scrollspy'; import { pluginFactory } from '../../utils/plugins'; var VBScrollspyPlugin = /*#__PURE__*/pluginFactory({ directives: { VBScrollspy: VBScrollspy } }); export { VBScrollspyPlugin, VBScrollspy };