vue-monaco-editor icon indicating copy to clipboard operation
vue-monaco-editor copied to clipboard

Monaco Editor Vue Component

Results 19 vue-monaco-editor issues
Sort by recently updated
recently updated
newest added

The error: ``` TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received an instance of Array at validateString (internal/validators.js:117) at Module.require (internal/modules/cjs/loader.js:1016) at require (internal/modules/cjs/helpers.js:77) at onGotAmdLoader (MonacoLoader.js?3e05:21)...

how to formatCode when init data

In your README.md, we should use this component as ``` ``` However, the props "editorOptions" doesn't work. Then I read your source code and find what we should use is...

if window.require is undefined,typeof window.require will be 'object',the judgment will be wrong.

There is a need that i can append a new monaco to element when a button is clicked. This is my way. ` add addMonaco: function() { let vueClass =...

That makes the Monaco editors web workers not work!

support Diff Editor ?

How can I change the programming language in the dynamic way?