()
| 20 | } |
| 21 | |
| 22 | afterRender () { |
| 23 | if (this.vueComponent != null) { |
| 24 | this.vueComponent.$destroy() |
| 25 | } |
| 26 | this.vueComponent = new OutcomesReportComponent({ |
| 27 | data: { parentView: this }, |
| 28 | el: this.$el.find('#site-content-area')[0], |
| 29 | store: this.store |
| 30 | }) |
| 31 | return super.afterRender(...arguments) |
| 32 | } |
| 33 | } |
| 34 | OutcomesReportView.initClass() |
| 35 | return OutcomesReportView |
nothing calls this directly
no outgoing calls
no test coverage detected