mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
docs: Fix App typo
This commit is contained in:
parent
18400fbdee
commit
fc3c2f19e6
@ -53,7 +53,7 @@ export default MyApp;
|
||||
|
||||
### 与 ConfigProvider 先后顺序
|
||||
|
||||
App 组件在能在`ConfigProvider`才能使用 token, 如果需要使用 Token,则 ConfigProvider 与 App 组件必须成对出现。
|
||||
App 组件只能在 `ConfigProvider` 之下才能使用 Design Token, 如果需要使用其样式重置能力,则 ConfigProvider 与 App 组件必须成对出现。
|
||||
|
||||
```tsx
|
||||
<ConfigProvider theme={{ ... }}>
|
||||
|
Loading…
Reference in New Issue
Block a user