From 1ea4a1e59fef306d45e2db9c02072e7d50241b88 Mon Sep 17 00:00:00 2001 From: lixiang Date: Thu, 6 Apr 2023 10:20:33 +0800 Subject: [PATCH] fixed ba2d924 from https://gitee.com/li-xiang335/docs/pulls/16884 modify close sample code Signed-off-by: lixiang --- zh-cn/application-dev/reference/apis/js-apis-webview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webview.md b/zh-cn/application-dev/reference/apis/js-apis-webview.md index 837fa650c5..6d9319c927 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webview.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webview.md @@ -80,7 +80,7 @@ import web_webview from '@ohos.web.webview' @Component struct WebComponent { controller: web_webview.WebviewController = new web_webview.WebviewController(); - msgPort: WebMessagePort[] = null; + msgPort: web_webview.WebMessagePort[] = null; build() { Column() { -- GitLab