vue2-ace-editor、monaco-editor 光标位置错误问题

背景:

"monaco-editor": "^0.20.0",  
"monaco-editor-webpack-plugin": "^1.9.0",
或者:
"vue2-ace-editor": "0.0.13"
"vue-template-compiler": "^2.6.11",

以上两个均为在线编辑器出现同样问题;

问题描述 如题,如下图 光标位置错误

vue2-ace-editor、monaco-editor 光标位置错误问题_第1张图片

可能的解决办法:

删除全局初始化样式中的 div 元素样式,或者删除font-family和font-size样式;
vue2-ace-editor、monaco-editor 光标位置错误问题_第2张图片
其它可能原因

你可能感兴趣的:(工作中的零碎知识,vue.js,javascript,前端)