From 1f2d7f962390a85f7f2ad4ab855c63bff3c61922 Mon Sep 17 00:00:00 2001 From: lanyill Date: Sat, 26 Nov 2022 13:58:38 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2099d4c4c=20from=20https://gitee.com/lany?= =?UTF-8?q?ill/docs/pulls/11839=20xcomponent=20js=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanyill --- .../reference/arkui-js/js-components-basic-xcomponent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-js/js-components-basic-xcomponent.md b/zh-cn/application-dev/reference/arkui-js/js-components-basic-xcomponent.md index 5825151cb3..14ea06a647 100644 --- a/zh-cn/application-dev/reference/arkui-js/js-components-basic-xcomponent.md +++ b/zh-cn/application-dev/reference/arkui-js/js-components-basic-xcomponent.md @@ -1,7 +1,7 @@ # xcomponent > **说明:** - > 该组件从API Version 9 开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 + > 该组件从API Version 8 开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 用于显示写入了EGL/OpenGLES或媒体数据的组件。 -- GitLab