index.js 215 Bytes
import { VBPopover } from './popover'
import { pluginFactory } from '../../utils/plugins'

const VBPopoverPlugin = /*#__PURE__*/ pluginFactory({
  directives: { VBPopover }
})

export { VBPopoverPlugin, VBPopover }