bean

Results 3 comments of bean

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? use: import VueCodemirror from 'vue-codemirror/src/index' replace: import VueCodemirror from 'vue-codemirror' Others, follow the README。

I tried the above methods, and finally found that all I need to do is: use: `import VueCodemirror from 'vue-codemirror/src/index'` replace: import VueCodemirror from 'vue-codemirror' Others,just follow the README。