bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
13 lines (12 loc) • 323 B
JavaScript
import { ref } from "vue";
import { d as defaultsKey } from "../../../keys-CFfh7DXf.mjs";
const defaultsPlugin = {
install(app, options) {
const val = (options == null ? void 0 : options.components) ?? {};
app.provide(defaultsKey, ref(val));
}
};
export {
defaultsPlugin
};
//# sourceMappingURL=index.mjs.map