UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

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