docs: Fix App typo

This commit is contained in:
二货机器人 2022-12-15 16:03:18 +08:00
parent 18400fbdee
commit fc3c2f19e6

View File

@ -53,7 +53,7 @@ export default MyApp;
### 与 ConfigProvider 先后顺序
App 组件在能在`ConfigProvider`才能使用 token 如果需要使用 Token,则 ConfigProvider 与 App 组件必须成对出现。
App 组件只能在 `ConfigProvider` 之下才能使用 Design Token 如果需要使用其样式重置能力,则 ConfigProvider 与 App 组件必须成对出现。
```tsx
<ConfigProvider theme={{ ... }}>