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