update README (#4124)

This commit is contained in:
afc163 2016-12-04 14:16:10 +08:00
parent ab37e056f1
commit 89fee0a987
2 changed files with 5 additions and 1 deletions

View File

@ -66,6 +66,9 @@ tsconfig.json
}
```
> 注意:设置 `allowSyntheticDefaultImports` 避免 `error TS1192: Module 'react' has no default export` 的错误。
## 链接
- [首页](http://ant.design/)

View File

@ -74,7 +74,6 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
import 'antd/lib/date-picker/style/css'; // with style
```
## Environment Support
* Browser: Modern browsers and Internet Explorer 9+.
@ -96,6 +95,8 @@ tsconfig.json
}
```
> Note: set `allowSyntheticDefaultImports` to prevent `error TS1192: Module 'react' has no default export`.
## Links
- [Home page](http://ant.design/)