
https://stackoverflow.com/questions/8349571/codemirror-editor-is-not-loading-content-until-clicked
不会科学上网这个网站打开可能会很慢,所以我就把里边的解决方法拿出来,方便参考
解决方法
利用定时器刷新
this.codemirror.setValue('')
setTimeout(() => {
this.codemirror.refresh()
}, 1)