mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Fix changelog
This commit is contained in:
parent
99cf727c01
commit
58b018a06e
@ -62,7 +62,7 @@ Learn more in the [Ant Design 3.0 announcement post](https://medium.com/ant-desi
|
||||
Or use less
|
||||
|
||||
```less
|
||||
@import '~antd/lib/style/v2-compatible-reset.css';
|
||||
@import '~antd/lib/style/v2-compatible-reset.less';
|
||||
```
|
||||
|
||||
- Since we changed default locale to en_US, LocalProvider is not required any more for English users.
|
||||
|
@ -62,7 +62,7 @@ timeline: true
|
||||
或者在 less 里引入
|
||||
|
||||
```less
|
||||
@import '~antd/lib/style/v2-compatible-reset.css';
|
||||
@import '~antd/lib/style/v2-compatible-reset.less';
|
||||
```
|
||||
|
||||
- 由于默认语言改为英文,如果你需要显示中文,现在需要配置 `LocalProvider`。
|
||||
|
Loading…
Reference in New Issue
Block a user