未验证 提交 ac7e0ecf 编写于 作者: O openharmony_ci 提交者: Gitee

!3408 3309 处理完成:修改select文档实例名称

Merge pull request !3408 from ester.zhou/TR-3309
......@@ -14,9 +14,9 @@ None
## APIs
Select(options: Array<SelectOption>)
Select(options: Array\<SelectOption>\)
- `SelectOption` parameters
- SelectOption parameters
| Name| Type| Mandatory| Default Value| Description|
| ------ | ----------------------------------------------- | ---- | ------ | -------------- |
......@@ -49,7 +49,7 @@ Select(options: Array<SelectOption>)
```
@Entry
@Component
struct SliderExample {
struct SelectExample {
build() {
Column() {
Select([{value:'aaa',icon: "/common/1.png"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册