提交 261dd96a 编写于 作者: L luoying_ace

fixed b61f08f4 from https://gitee.com/luoying_ace_admin/docs/pulls/13113

fixed fa7c273d from https://gitee.com/luoying_ace_admin/docs/pulls/13111
update zh-cn/application-dev/quick-start/arkts-rendering-control.md.
Signed-off-by: Nluoying_ace <luoying19@huawei.com>
上级 d213b388
...@@ -275,7 +275,7 @@ struct MyComponent { ...@@ -275,7 +275,7 @@ struct MyComponent {
> >
> ```ts > ```ts
> LazyForEach(dataSource, > LazyForEach(dataSource,
> item => Text(`${item.i}. item.data.label`)), > item => Text(`${item.i}. item.data.label`),
> item => item.data.id.toString()) > item => item.data.id.toString())
> ``` > ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册