UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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