bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
13 lines (12 loc) • 639 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const require_keys = require("../../../keys-durSVUrO.js");
const require_src_composables_orchestratorShared_index = require("../../composables/orchestratorShared/index.umd.js");
require("vue");
//#region src/plugins/orchestrator/index.ts
var orchestratorPlugin = { install(app) {
const orchestratorRegistry = require_src_composables_orchestratorShared_index._newOrchestratorRegistry();
app.provide(require_keys.orchestratorRegistryKey, orchestratorRegistry);
} };
//#endregion
exports.orchestratorPlugin = orchestratorPlugin;
//# sourceMappingURL=index.umd.js.map