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

!3309 fixbug:修改select文档实例名称

Merge pull request !3309 from Yao.inhome/qy_docs_0418
......@@ -14,9 +14,9 @@
## 接口
Select(options: Array<SelectOption>)
Select(options: Array\<SelectOption\>)
- `SelectOption`参数
- SelectOption参数
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ------ | ----------------------------------------------- | ---- | ------ | -------------- |
......@@ -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.
先完成此消息的编辑!
想要评论请 注册