Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 10, 2022
1 parent a162b2e commit 4a9c715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions docs/react/practical-projects.en-US.md
Expand Up @@ -115,15 +115,11 @@ export function queryProductList() {
resolve([
{
id: 1,
name: 'product 1',
name: 'dva',
},
{
id: 2,
name: 'product 2',
},
{
id: 3,
name: 'product 3',
name: 'antd',
},
]);
}, 2000);
Expand Down
8 changes: 2 additions & 6 deletions docs/react/practical-projects.zh-CN.md
Expand Up @@ -112,15 +112,11 @@ export function queryProductList() {
resolve([
{
id: 1,
name: 'product 1',
name: 'dva',
},
{
id: 2,
name: 'product 2',
},
{
id: 3,
name: 'product 3',
name: 'antd',
},
]);
}, 2000);
Expand Down

0 comments on commit 4a9c715

Please sign in to comment.