We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6388 commit 1baff56Copy full SHA for 1baff56
v1/zh-cn/tutorial/04-组件设计方法.md
@@ -35,7 +35,7 @@ export default connect(mapStateToProps)(MyComponent);
35
```
36
37
#### Presentational Component
38
-Presentational Component 的名称已经说明了它的职责,展示形组件,一般也称作:Dump Component,它不会关联订阅 modal 上的数据,而所需数据的传递则是通过 props 传递到组件内部。
+Presentational Component 的名称已经说明了它的职责,展示形组件,一般也称作:Dumb Component,它不会关联订阅 modal 上的数据,而所需数据的传递则是通过 props 传递到组件内部。
39
40
通常的书写形式:
41
0 commit comments