Update index.md

fix typo. key should be `address`
pull/803/head
zilong 9 years ago
parent b87158ccd9
commit bdd47786af

@ -42,7 +42,7 @@ const columns = [{
}, {
title: '住址',
dataIndex: 'address',
key: 'age',
key: 'address',
}];
<Table dataSource={dataSource} columns={columns} />

Loading…
Cancel
Save