UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

7 lines (6 loc) 146 B
/** * @param suffix * @returns */ export default (suffix = ''): string => `__BVID__${Math.random().toString().slice(2, 8)}___BV_${suffix}__`