UNPKG

vue-tables-2

Version:
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; };