bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
14 lines (13 loc) • 425 B
JavaScript
import "vue";
import { o as orchestratorRegistryKey } from "../../../keys-BLeKMItg.mjs";
import { _ as _newOrchestratorRegistry } from "../../../orchestratorShared-BTC5xO6k.mjs";
const orchestratorPlugin = {
install(app) {
const orchestratorRegistry = _newOrchestratorRegistry();
app.provide(orchestratorRegistryKey, orchestratorRegistry);
}
};
export {
orchestratorPlugin
};
//# sourceMappingURL=index.mjs.map