UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

18 lines (16 loc) 346 B
/* @vue/component */ export default { methods: { genTProgress () { const col = this.$createElement('th', { staticClass: 'column', attrs: { colspan: this.headerColumns } }, [this.genProgress()]) return this.genTR([col], { staticClass: 'v-datatable__progress' }) } } }