UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

7 lines 140 B
/** * @param {number} length * @return {Array} */ export default (function (length) { return Array.apply(null, { length: length }); });