提交 1ea4a1e5 编写于 作者: L lixiang 提交者: 李想

fixed ba2d924d from https://gitee.com/li-xiang335/docs/pulls/16884

modify close sample code
Signed-off-by: Nlixiang <lixiang380@huawei.com>
上级 ea0f3c93
...@@ -80,7 +80,7 @@ import web_webview from '@ohos.web.webview' ...@@ -80,7 +80,7 @@ import web_webview from '@ohos.web.webview'
@Component @Component
struct WebComponent { struct WebComponent {
controller: web_webview.WebviewController = new web_webview.WebviewController(); controller: web_webview.WebviewController = new web_webview.WebviewController();
msgPort: WebMessagePort[] = null; msgPort: web_webview.WebMessagePort[] = null;
build() { build() {
Column() { Column() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册