UNPKG

v-tables-3

Version:

Vue.js 3 grid components

7 lines (6 loc) 183 B
"use strict"; module.exports = function (value, column) { var list = this.listColumnsObject[column]; if (typeof list[value] == 'undefined') return value; return list[value]; };