vue-codemirror
vue-codemirror copied to clipboard
@codemirror code editor component for @vuejs
Hi guys! Great job with *vue-codemirror*! I am using version - **4.0.5** I will be really happy, if you add the **paste** event to the **allEvents** array. Cheers!
### 中文用户注意: 1. 尽量用英文描述你的 issue 2. 不要把内容堆彻在标题上,逻辑清晰地写在内容区 3. 贴代码要提前格式化好,有颜色高亮那种,贴文本,不要贴图片 4. 提问题前,必须仔细阅读 REMADE.md + 在已关闭的问题中寻找与自身相关的问题,90% 的可能它已经被解决 5. **如果无法做到提一个合格、优秀的问题,则问题会被 close + block** ### BUG REPORT TEMPLATE #### Vue.js version and component version...
### 中文用户注意: 1. 尽量用英文描述你的 issue 2. 不要把内容堆彻在标题上,逻辑清晰地写在内容区 3. 贴代码要提前格式化好,有颜色高亮那种,贴文本,不要贴图片 4. 提问题前,必须仔细阅读 REMADE.md + 在已关闭的问题中寻找与自身相关的问题,90% 的可能它已经被解决 5. **如果无法做到提一个合格、优秀的问题,则问题会被 close + block** ### BUG REPORT TEMPLATE #### Vue.js version and component version...
I actually found a way https://github.com/sergeche/codemirror-movie, but it seems not supporting the .Vue file format. Can someone tell me how to do that? Thank you.
### one problem happened in my project: 1. you can see my code,following: ``` import 'codemirror/theme/base16-dark.css'; import 'codemirror/addon/hint/show-hint.css'; import 'codemirror/lib/codemirror'; import 'codemirror/mode/sql/sql'; import 'codemirror/addon/hint/show-hint'; import 'codemirror/addon/search/searchcursor'; import 'codemirror/addon/search/search'; import 'codemirror/addon/display/placeholder';...
` window.DIFF_DELETE = -1 window.DIFF_INSERT = 1 window.DIFF_EQUAL = 0 ` `Vue.use(VueCodemirror,{event:['cursorActivity']}) new Vue({ el: '#vueapp', data: { code2: 'function b () {}const a = 10const a = 10const a...
[err!] ... 'codemirror' is not exported by node_modules\.4.0.5@vue-codemirror\dist\vue-codemirror.js [err!] ... Error: 'codemirror' is not exported by node_modules\.4.0.5@vue-codemirror\dist\vue-codemirror.js
Can Vue ignore the inner code in codemirror?? When I set something like this (vue valid sintax), then vue throws an error ```{{ title }}```
I'm getting tons of errors trying to use this with electron