Closed GuessEver closed 7 years ago
直接改editorOption变量的话,切换的时候代码会消失,而且语法高亮似乎也并没有改变
你可能需要自己去watch一下option,然后调用$refs.myEditor.editor.setOption()
方法
@virusdefender 好办法!
@virusdefender @surmon-china 我用了$refs.myEditor.editor.setOption()方法之后,打印选项来看mode的值被改变了,但是语法高亮和提示功能全部没了,就像mode为空一样,所有语言都不匹配了
@yandwuhan 麻烦贴下代码吧。
我后来的解决办法是把你的那个又封装了一层,在外层传入codemirror配置参数,和挂载的id,然后每个文本框新建一个vue实例
在 2017-03-02 15:02:06,"李扬" notifications@github.com 写道:
@yandwuhan 麻烦贴下代码吧。
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
v3.0.0 will fix it.
比如我想动态改变语言mode