bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
12 lines (11 loc) • 469 B
JavaScript
import { _ as orchestratorRegistryKey } from "../../../keys-CQKrwmvN.mjs";
import { _newOrchestratorRegistry } from "../../composables/orchestratorShared/index.mjs";
import "vue";
//#region src/plugins/orchestrator/index.ts
var orchestratorPlugin = { install(app) {
const orchestratorRegistry = _newOrchestratorRegistry();
app.provide(orchestratorRegistryKey, orchestratorRegistry);
} };
//#endregion
export { orchestratorPlugin };
//# sourceMappingURL=index.mjs.map