imguolao / monaco-vue

Use monaco-editor loaded from CDN in Vue 2&3, no need to bundling.
https://imguolao.github.io/monaco-vue/
MIT License
234 stars 21 forks source link

[feat] support diff editor #15

Closed Cat1007 closed 1 year ago

Cat1007 commented 1 year ago

the useMonaco hook can be reuse use https://microsoft.github.io/monaco-editor/docs.html#functions/editor.createDiffEditor.html to create diffEditor

imguolao commented 1 year ago

No plan to support diff-editor, pr welcome.

Cat1007 commented 1 year ago

nice 🎉🎉🎉🎉

imguolao commented 1 year ago

There is still have a lot of work to be done.