From 7dfb15178548dbee50b9822bcc9d9dc1ceee6370 Mon Sep 17 00:00:00 2001 From: lee Date: Mon, 25 Apr 2022 10:17:11 +0800 Subject: [PATCH] fixed 2719493 from https://gitee.com/lilong32/docs/pulls/3468 Add bluetooth example code type as JS Signed-off-by: lee --- zh-cn/application-dev/reference/apis/js-apis-bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md index d1e009e1ca..63bd5cc459 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md @@ -8,7 +8,7 @@ ## 导入模块 -``` +```js import bluetooth from '@ohos.bluetooth'; ``` -- GitLab