vue-codemirror
vue-codemirror copied to clipboard
@codemirror code editor component for @vuejs
### Describe the bug When I scroll down the codemirror , the textarea will turn black and console will show an error "Uncaught TypeError: Cannot read properties of null (reading...
### Describe the bug `v-model` is not properly working on vue-compat build. The `modelValue` prop is not being passed properly to the component, and as a result the default line...
### Clear and concise description of the problem 如何使每一行前面的行号不显示?我查找了一下官方文档,但是看不太懂,它的意思貌似都是怎么修改前面的数字。 ### Suggested solution no idea ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Check that there...
### Clear and concise description of the problem I want to insert a widget in the editor, how should I do it, can you give me an example, thank you...
### Describe the bug I've tried to use the codemirror example code from the README.md When using this one, codemirror fails initalizing itself, with the given configuration. The `extensions` var...
### Clear and concise description of the problem hi, how to use other theme like https://github.com/craftzdog/cm6-themes thx ### Suggested solution can provide any example? ### Alternative _No response_ ### Additional...
### Describe the bug ``` export default defineComponent({ name: 'log', title: 'Web IDE example', url: import.meta.url, components: { Codemirror }, props, setup(props) { const editorRef = ref() const code =...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.2 to 1.0.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
### Describe the bug  ```json "@codemirror/lang-java": "^6.0.1", "@codemirror/lang-markdown": "^6.0.5", "@codemirror/state": "^6.1.4", "@codemirror/theme-one-dark": "^6.1.0", "@codemirror/view": "^6.7.1", "@intlify/unplugin-vue-i18n": "^0.8.1", "@zebing/vite-plugin-css-modules": "^1.1.0", "ant-design-vue": "^3.2.15", "auto-changelog": "^2.4.0", "codemirror": "^6.0.1", "esbuild": "^0.16.6", "jsonlint": "^1.6.3",...
### Clear and concise description of the problem I only one page use vue-codemirror ,and not need collapse and line number,I want change BasicSetup,but I must set globally. I want...