Skip to content

Commit fa4ffeb

Browse files
authored
Update React_Typescript_antd.md
1 parent d91f220 commit fa4ffeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/develop/FrontEnd/React_Typescript_antd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ function TaskList(props: ParamsType) {
657657
export default TaskList;
658658
```
659659
660-
修改父组件,可以通过TaskList标签,传递函数给子组件以便子组件Checkbox状态改变时修改state中对应项的值
660+
修改父组件,可以传递函数给子组件以便子组件Checkbox状态改变时修改state中对应项的值
661661
662662
```typescript
663663
<TaskList taskDataInfo={dataInfo} checkboxChange={checkedOrNotchecked}></TaskList>

0 commit comments

Comments
 (0)