-
如题,语法高亮设置可以,但是怎么让插件可以想shell那样自动完成
`editorOption: {
tabSize: 4,
styleActiveLine: true,
line: true,
mode: 'text/x-sh',
lineWrapping: true,
theme:…
-
Sorry for not to follow the template written in the github textbox but results that I am spanish and I don't understand the Chinese language =)
I was writing my project yesterday and I got integratio…
-
Hello my friend,
How to get code after inserted?
I tried to capture the change event but without success
I'm trying
this.$on
this.$root.$on (....
but without success, could you inform me a way…
-
Hello,
I'm making my first (hello world) project in Vue, and want to use this package.
My bootstrap.js looks like this:
```import Vue from 'vue';
import VueRouter from 'vue-router';
import axios …
-
### Step 0: Describe your environment
* OS: windows 10
* diff2html version: diff2html@2.3.2
* Using diff2html-ui helper: 2.3.2
* Extra flags: showFiles: true, matching: 'lines', outputFo…
-
查了很多资料,说是因为codeMirror的问题,因为他会在用户编辑组词时就更新view,导致ios中输入中文不行,始终都是直接输入了英文。
不知道你有没有解决方案呀。网上有几个思路,一个是组词时的event事件,叫做CompositionEvent。但是好像还没有完美解决方案。
开这个issue,我想提醒下作者,这里有个无法避免的问题啊,在ios中。
如果无法解决,可否提供个方…
-
# 前言
很早之前就想写了,但是自己之前几次尝试都卡了某个步骤,我这次系统的记录一下看能否有不同,为了做方便做测试,我可能会选择比较简单的物料,希望能够达到快速coding,快速发布的merge,日常捂脸.jpg,祝自己顺利~~~~。
# 查看具体分类
vue物料社区中主要是分三大类,区块(blocks) ,布局(layouts)和模板(scaffolds)。
## 区块…
-
vue import css These dependencies were not found
import '@/assets/css/reset.css'
-
I plan to use CodeMirror merge view with Vue.js but I can not find any examples. Do anyone have examples/ libs using CodeMirror merge view with Vue.js. Thanks.
-
hi @David-Desmaisons
i use this CodeMirror and i have
```
editorTestCase = CodeMirror(document.getElementById("codeTestCase"), {
mode: "text/x-csharp",
…