()
| 13 | module.exports = (SandboxView = (function () { |
| 14 | SandboxView = class SandboxView extends RootComponent { |
| 15 | static initClass () { |
| 16 | this.prototype.id = 'sandbox-view' |
| 17 | this.prototype.template = template |
| 18 | this.prototype.VueComponent = SandboxViewComponent |
| 19 | } |
| 20 | |
| 21 | constructor (options) { |
| 22 | super(options) |