()
| 14 | module.exports = (RootComponent = (function () { |
| 15 | RootComponent = class RootComponent extends RootView { |
| 16 | static initClass () { |
| 17 | this.prototype.VueComponent = null // set this |
| 18 | this.prototype.vuexModule = null |
| 19 | this.prototype.propsData = null |
| 20 | } |
| 21 | |
| 22 | afterRender () { |
| 23 | if (this.vueComponent) { |