codemirror-editor-vue3
codemirror-editor-vue3 copied to clipboard
CodeMirror component for Vue3
### Describe the bug   ### Validations - [X] Read the [docs](https://rennzhang.github.io/codemirror-editor-vue3/guide/getting-started). - [X] Check that there isn't [already an issue](https://github.com/RennCheung/codemirror-editor-vue3/issues?q=) that reports the same bug to avoid creating...
### Describe the bug  区域滚动的时候报错 chunk-JCLRMUKX.js?v=abcb5d37:623 Unable to preventDefault inside passive event listener invocation. ### Validations - [X] Read the [docs](https://rennzhang.github.io/codemirror-editor-vue3/guide/getting-started). - [X] Check that there isn't [already an...
![Uploading image.png…]()
因为在编辑器我要输入vue代码供前台加载渲染,所以想在输入时校验这段vue代码的准确性,请问下如何实现
### Describe the bug 目前的package.json的exports字段是有点问题的。  可以参考以下代码片段。 ``` "exports": { ".": { "import": { "types": "./dist/packages/index.d.ts", "default": "./dist/codemirror-editor-vue3.js" }, "require": { "types": "./dist/packages/index.d.ts", "default": "./dist/codemirror-editor-vue3.umd.cjs" } } }, ``` ###...
Sorry, does your component support real time syntax highlight when edited, and does it support accesslog. Thanks
高亮问题
作者你好,感谢你的项目,我想请教一个问题。为什么首行没有选中也会高亮?(和我这里的placeholder没啥关系,去掉也是这样)?谢谢 
### Describe the bug 控制台打印 resize nullpx nullpx  ### Validations - [X] Read the [docs](https://rennzhang.github.io/codemirror-editor-vue3/guide/getting-started). - [X] Check that there isn't [already an issue](https://github.com/RennCheung/codemirror-editor-vue3/issues?q=) that reports the same bug...
style
### Describe the bug 切换tabs 或者展开百叶窗时,内部的codemirror 样式就变了,  ### Validations - [X] Read the [docs](https://rennzhang.github.io/codemirror-editor-vue3/guide/getting-started). - [X] Check that there isn't [already an issue](https://github.com/RennCheung/codemirror-editor-vue3/issues?q=) that reports the same bug to...
currently the timestamp in custom log mode(fclog) is provided inner by calling `getLocalTime()`, but sometimes we should display logs with user-provided timestamps, and currently there is no way to provide...