codemirror-editor-vue3 icon indicating copy to clipboard operation
codemirror-editor-vue3 copied to clipboard

CodeMirror component for Vue3

Results 11 codemirror-editor-vue3 issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the bug ![TeamsIMG1618024972](https://github.com/rennzhang/codemirror-editor-vue3/assets/42242200/230a5422-34b7-41a4-a76d-6ad7e6e29106) ![TeamsIMG1617972727](https://github.com/rennzhang/codemirror-editor-vue3/assets/42242200/2c77f47d-821b-4d70-9b6c-e523c8eadd91) ### 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 ![image](https://github.com/rennzhang/codemirror-editor-vue3/assets/48675747/eeda0c1a-3466-41b8-ae92-65c8d6d9e056) 区域滚动的时候报错 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...

因为在编辑器我要输入vue代码供前台加载渲染,所以想在输入时校验这段vue代码的准确性,请问下如何实现

### Describe the bug 目前的package.json的exports字段是有点问题的。 ![image](https://github.com/rennzhang/codemirror-editor-vue3/assets/82272759/4b67745e-a3fd-4258-9f5a-14e33d1f3a46) 可以参考以下代码片段。 ``` "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没啥关系,去掉也是这样)?谢谢 ![image](https://github.com/rennzhang/codemirror-editor-vue3/assets/131881100/39b0089d-f16f-4c14-b1be-64b159110229)

### Describe the bug 控制台打印 resize nullpx nullpx ![image](https://github.com/rennzhang/codemirror-editor-vue3/assets/75030331/af5b436b-8eec-486a-8ad4-61f6c5de527b) ### 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...

### Describe the bug 切换tabs 或者展开百叶窗时,内部的codemirror 样式就变了, ![微信图片_20240613163123](https://github.com/rennzhang/codemirror-editor-vue3/assets/33024188/5d1aa9a9-96a3-4201-b83d-257c1d354948) ### 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...