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

Upgrade to latest version

Open danielo515 opened this issue 8 years ago • 1 comments

The latest version of Monaco editor is 0.10.0 You can upgrade just by changing the default source path to the following string: https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.10.0/min

Alternatively you can explain in the documentation that you can provide the CDN string as the srcPath string like this

 <MonacoEditor srcPath="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.10.0/min" >

Regards

danielo515 avatar Aug 28 '17 14:08 danielo515

good job! 👍

dalaoque avatar Nov 21 '17 06:11 dalaoque