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