UNPKG

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) 325 B
import { ref } from "vue"; import { f as defaultsKey } from "../../../keys-DUCx0SNv.mjs"; const bootstrapPlugin = { install(app, options) { const val = (options == null ? void 0 : options.components) ?? {}; app.provide(defaultsKey, ref(val)); } }; export { bootstrapPlugin }; //# sourceMappingURL=index.mjs.map