UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

8 lines (6 loc) 129 B
/** * @param {number} length * @return {Array} */ const range = length => Array.apply(null, { length }) export default range