UNPKG

v-tables-3

Version:

Vue.js 3 grid components

10 lines (8 loc) 174 B
"use strict"; module.exports = function (rowIds) { var _this = this; rowIds.forEach(function (id) { return _this.selectRow(id); }); return this.selectedRows; };