From 6dc349a0c824763c6fa86d86b3ac2cad706c8c9e Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Tue, 31 May 2022 01:06:26 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-basic-components-qrcode.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/arkui-ts/ts-basic-components-qrcode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-qrcode.md b/en/application-dev/reference/arkui-ts/ts-basic-components-qrcode.md index 256200c615..72b505c484 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-qrcode.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-qrcode.md @@ -1,7 +1,7 @@ # QRCode -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. @@ -23,14 +23,14 @@ None QRCode(value: string) - Parameters - | Name | Type | Mandatory | Default Value | Description | + | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | | value | string | Yes | - | QR code content string. | ## Attributes - | Name | Type | Default Value | Description | +| Name | Type | Default Value | Description | | -------- | -------- | -------- | -------- | | color | Color | Black | QR code color. | -- GitLab