Harry Hou

Results 5 issues of Harry Hou

change markdown grammar bug

正如文档里描述的 ```javascript import { Button } from 'antd'; ReactDOM.render(xxxx); ↓ ↓ ↓ ↓ ↓ ↓ var _button = require('antd/lib/button'); require('antd/lib/button/style/css'); ReactDOM.render(xxxx); ``` `import` 引入的内容如(`Button`)经过转换后会变成`_button`,后面代码中相关变量`Button`也要去修改为`_button`,还要考虑到作用域到问题,为什么不还是用原名程呢,仅仅改变引入的路径,就像这样 ```javascript import { Button } from...

- open on all monitors - custom cursor style - custom background

Users can zoom in or out of the active section.