From f248e7c6d05fed6d73379e7e2219b66dca906b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=87=91=E4=BA=91?= Date: Wed, 6 Jul 2022 07:34:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/arkui-?= =?UTF-8?q?ts/ts-basic-components-navigation.md.=20=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E4=B8=ADsubtitle=E5=BA=94=E8=AF=A5=E6=94=B9=E4=B8=BAsubTitle,?= =?UTF-8?q?=E6=9C=AA=E5=8C=BA=E5=88=86=E5=A4=A7=E5=B0=8F=E5=86=99=20Signed?= =?UTF-8?q?-off-by:=20=E8=83=A1=E9=87=91=E4=BA=91=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/arkui-ts/ts-basic-components-navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md index b2d0500e8a..e43d6028a4 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md @@ -29,7 +29,7 @@ Navigation() | 名称 | 参数类型 | 默认值 | 描述 | | -------------- | ---------------------------------------- | ------------------------ | ---------------------------------------- | | title | string \| [CustomBuilder](../../ui/ts-types.md) | - | 页面标题。 | -| subtitle | string | - | 页面副标题。 | +| subTitle | string | - | 页面副标题。 | | menus | Arrayitems:[
Object
] }
\| [CustomBuilder](../../ui/ts-types.md) | - | 设置工具栏内容。
items: 工具栏所有项。 | -- GitLab