vue-monaco-editor
vue-monaco-editor copied to clipboard
:code prop reactive, package update
2 Changes.
-
When the code prop is changed and its value is not the same as the editor (to avoid loosing cursor position), call editor.setValue with the changed value.
-
Upgraded babel to preset: env, as advised by the package