EGOIST
EGOIST
currently it does not work
https://codepan.net/gist/c8a385be9bd8aba503deebd186ac2541 note entirely sure why this happens 😅 (only when you `console.log(this)`)
Use this panel to: - set editor options - toggle auto-save - switch editor theme - ...
https://github.com/egoist/vue-monaco
eg, in the js pan: ```js // @codepan.babel { preset: ['stage-2'] } const a = {foo: 0} const b = {...a} ```