Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

progress.js 567B

12345678910111213141516171819202122
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. /* @vue/component */
  6. exports.default = {
  7. methods: {
  8. genTProgress: function genTProgress() {
  9. var col = this.$createElement('th', {
  10. staticClass: 'column',
  11. attrs: {
  12. colspan: this.headerColumns
  13. }
  14. }, [this.genProgress()]);
  15. return this.genTR([col], {
  16. staticClass: 'v-datatable__progress'
  17. });
  18. }
  19. }
  20. };
  21. //# sourceMappingURL=progress.js.map