UNPKG

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) 284 B
const setTheme = (el, value) => el.setAttribute("data-bs-theme", value); const vBColorMode = { mounted(el, binding) { setTheme(el, binding.value); }, updated(el, binding) { setTheme(el, binding.value); } }; export { vBColorMode }; //# sourceMappingURL=index.mjs.map