UNPKG

v-tables-3

Version:

Vue.js 3 grid components

7 lines (6 loc) 243 B
"use strict"; module.exports = function () { if (!this.opts.orderBy) return; this.orderBy.column = this.opts.orderBy.column; this.orderBy.ascending = this.opts.orderBy.hasOwnProperty('ascending') ? this.opts.orderBy.ascending : true; };