Open simon9124 opened 5 years ago
I have the same question. Please reply
I have the same problem.
have a try:
use:
import VueCodemirror from 'vue-codemirror/src/index'
replace:
import VueCodemirror from 'vue-codemirror'
Others, follow the README。
Has this issue been solved?
Has this issue been solved?
use: import VueCodemirror from 'vue-codemirror/src/index' replace: import VueCodemirror from 'vue-codemirror' Others, follow the README。
I had this issue as well. Switching to version 4.0.5 seems to fix it.
I use vue-codemirror, toggle theme is OK, but can't highlight, lint or fold. I also copy some of your examples in my project, also can't. I have trying many methods even in issues, but no one used.
My vue-codemirror is 4.0.6 My webpack is 4.36.1 My npm is 6.9.0 My vue is 2.9.6
I surely have lead in the related dependences, and I am badly in need of your help~~