Skip to content

Commit 7834523

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/develop/FrontEnd/React_Typescript_antd.md

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

0 commit comments

Comments
 (0)