UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

16 lines (15 loc) 333 B
export default { methods: { genTProgress: function genTProgress() { var col = this.$createElement('th', { staticClass: 'column', attrs: { colspan: '100%' } }, [this.genProgress()]); return this.genTR([col], { staticClass: 'datatable__progress' }); } } };