@
Vanessa 木有使用,我用的搜狗输入法 this.vditor = new Vditor("vditor", { debugger: false, typewriterMode: true, placeholder: "请输入文章内容", counter: 10000, height: 800, defaultValue: "111", cache: false, mode: "sv", preview: { markdown: { toc: true, }, hljs: { enable: true, lineNumber: true, style: "monokai", }, }, after: () => { this.vditor.setValue(this.state.content); }, blur: (value) => { this.props.callback(value); }, upload: { url: "http://118.25.110.93:8000/other/", linkToImgUrl: "http://118.25.110.93//other/", headers: { token: localStorage.getItem("token"), }, }, });