Skip to content

Commit 1baff56

Browse files
Update 04-组件设计方法.md
1 parent f4a6388 commit 1baff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/zh-cn/tutorial/04-组件设计方法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default connect(mapStateToProps)(MyComponent);
3535
```
3636

3737
#### Presentational Component
38-
Presentational Component 的名称已经说明了它的职责,展示形组件,一般也称作:Dump Component,它不会关联订阅 modal 上的数据,而所需数据的传递则是通过 props 传递到组件内部。
38+
Presentational Component 的名称已经说明了它的职责,展示形组件,一般也称作:Dumb Component,它不会关联订阅 modal 上的数据,而所需数据的传递则是通过 props 传递到组件内部。
3939

4040
通常的书写形式:
4141

0 commit comments

Comments
 (0)