UNPKG

v-tables-3

Version:

Vue.js 3 grid components

13 lines (11 loc) 276 B
"use strict"; module.exports = function () { var _this = this; var perpageValues = []; this.opts.perPageValues.every(function (value) { var isLastEntry = value >= _this.count; perpageValues.push(value); return !isLastEntry; }); return perpageValues; };