UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

10 lines (9 loc) 267 B
import { useId as useId$1, computed, toValue } from "vue"; const useId = (id, suffix) => { const genId = useId$1(); return computed(() => toValue(id) || `__BVID__${genId}___BV_${suffix}__`); }; export { useId as u }; //# sourceMappingURL=useId-BrAgQfKM.mjs.map