From 232357aca25248ea8cc023bebe2c7b3769e0c86c Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Mon, 18 Apr 2022 10:46:54 +0800 Subject: [PATCH] fixed 97ac704 from https://gitee.com/superFat/docs/pulls/3309 fix select docs Signed-off-by: yaoyuchi --- .../reference/arkui-ts/ts-basic-components-select.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md index 0e2329e738..a1f366c42f 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md @@ -14,9 +14,9 @@ ## 接口 -Select(options: Array) +Select(options: Array\) -- `SelectOption`参数 +- SelectOption参数 | 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 | | ------ | ----------------------------------------------- | ---- | ------ | -------------- | @@ -49,7 +49,7 @@ Select(options: Array) ``` @Entry @Component -struct SliderExample { +struct SelectExample { build() { Column() { Select([{value:'aaa',icon: "/common/1.png"}, -- GitLab