()
| 14 | module.exports = (HoC2018View = (function () { |
| 15 | HoC2018View = class HoC2018View extends RootComponent { |
| 16 | static initClass () { |
| 17 | this.prototype.id = 'hoc-2018' |
| 18 | this.prototype.template = template |
| 19 | this.prototype.VueComponent = HoC2018 |
| 20 | this.prototype.skipMetaBinding = true |
| 21 | } |
| 22 | |
| 23 | constructor (options) { |
| 24 | super(options) |