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