()
| 15 | module.exports = (OutcomesReportView = (function () { |
| 16 | OutcomesReportView = class OutcomesReportView extends RootView { |
| 17 | static initClass () { |
| 18 | this.prototype.id = 'outcomes-report-view' |
| 19 | this.prototype.template = template |
| 20 | } |
| 21 | |
| 22 | afterRender () { |
| 23 | if (this.vueComponent != null) { |