bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
26 lines (20 loc) • 552 B
JavaScript
;
exports.__esModule = true;
exports.default = exports.PopoverPlugin = void 0;
var _popover = require("./popover");
exports.BPopover = _popover.BPopover;
var _popover2 = require("../../directives/popover/popover");
var _plugins = require("../../utils/plugins");
var PopoverPlugin =
/*#__PURE__*/
(0, _plugins.pluginFactory)({
components: {
BPopover: _popover.BPopover
},
directives: {
VBPopover: _popover2.VBPopover
}
});
exports.PopoverPlugin = PopoverPlugin;
var _default = PopoverPlugin;
exports.default = _default;