bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
14 lines (13 loc) • 425 B
JavaScript
import "vue";
import { o as orchestratorRegistryKey } from "../../../keys-BLeKMItg.mjs";
import { _ as _newOrchestratorRegistry } from "../../../orchestratorShared-BTzXOM4N.mjs";
const orchestratorPlugin = {
install(app) {
const orchestratorRegistry = _newOrchestratorRegistry();
app.provide(orchestratorRegistryKey, orchestratorRegistry);
}
};
export {
orchestratorPlugin
};
//# sourceMappingURL=index.mjs.map