阿菜 Cai

Results 211 comments of 阿菜 Cai

I also think that it is very troublesome to rectify and develop the project every time.

I also encountered the problem of "Chinese garbled code" today. Thank you. I got the solution - v1.4.5-lts 1.thanks.

这个应该是浏览器版本的问题?(vue兼容问题)

you just don't use``. my old code `ReactDOM.createRoot(document.getElementById('root')!).render( ) ` my new code: `ReactDOM.createRoot(document.getElementById('root')!).render( ) `

my code on [sandbox](https://codesandbox.io/s/nice-kirch-q9h0e1?file=/src/index.js)

> 这个问题还解决吗,我也遇到了同样的问题 多个空格

好像加粗一些中文符号也会这样😭😭 看下是啥问题,好像只有编辑区有问题

> 一年半过去了 在开发了,在开发了👷👷。 很快,很快,预计这个月,最迟下个月出第一版。

国内可以添加一个 .npmrc文件: ``` ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" ``` 尝试