()
| 13 | module.exports = (LicensorView = (function () { |
| 14 | LicensorView = class LicensorView extends RootComponent { |
| 15 | static initClass () { |
| 16 | this.prototype.id = 'licensor-view' |
| 17 | this.prototype.template = template |
| 18 | this.prototype.VueComponent = LicensorViewComponent |
| 19 | } |
| 20 | } |
| 21 | LicensorView.initClass() |
| 22 | return LicensorView |