logue / vue-codemirror6

⌨️ @codemirror 6 component for @vuejs. Vue2 & Vue3 both supported.
https://logue.dev/vue-codemirror6/
MIT License
123 stars 16 forks source link

How to set the display of the border? #32

Open fare-xzy opened 4 months ago

logue commented 4 months ago

I think it's best to simply wrap it in a div tag with a border.

<div style="border: 1px solid #dee2e6;">
  <code-mirror />
</div>