vuetify
Version:
Vue.js 2 Semantic Component Framework
21 lines (19 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
methods: {
genTProgress: function genTProgress() {
var col = this.$createElement('th', {
staticClass: 'column',
attrs: {
colspan: '100%'
}
}, [this.genProgress()]);
return this.genTR([col], {
staticClass: 'datatable__progress'
});
}
}
};