Skip to content

Commit c413a5e

Browse files
author
mt00
authored
Update 05-组件设计实践.md
1 parent e459556 commit c413a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/zh-cn/tutorial/05-组件设计实践.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const UserList = ({
160160
}, {
161161
title: '操作',
162162
key: 'operation',
163-
render(text, record) => (
163+
render: (text, record) => (
164164
<p>
165165
<a onClick={()=>{}}>编辑</a>
166166
&nbsp;

0 commit comments

Comments
 (0)