vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
904 stars 159 forks source link

Word wrap with Monaco editor #232

Closed DarrenXu94 closed 1 week ago

DarrenXu94 commented 5 months ago

Hi! Thanks for the project.

When using the CodeMirror editor the text is wrapped by default. When I change to using the Monaco editor the editor becomes long and requires a scrollbar. Is there any way to pass an argument to allow for word wrapping?