bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
14 lines (13 loc) • 559 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const require_floatingUi = require("../../../floatingUi-Cs4rDXmO.js");
const require_utils = require("../../../utils-CaC78Zdk.js");
require("vue");
//#region src/directives/BPopover/index.ts
var vBPopover = require_utils.createFloatingDirective("$__popover", "BPopover", (text, defaults, binding, el) => ({
...defaults || void 0,
...require_floatingUi.resolveDirectiveProps(binding, el),
...text
}));
//#endregion
exports.vBPopover = vBPopover;
//# sourceMappingURL=index.umd.js.map