matt-oconnell / vue-monaco-editor

Monaco Editor Vue Component
MIT License
253 stars 58 forks source link

Upgrade to latest version #7

Open danielo515 opened 7 years ago

danielo515 commented 7 years ago

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

dalaoque commented 6 years ago

good job! 👍