From 2d60e3b307b2b9b3ad6abfea1fef5c407d3be3f7 Mon Sep 17 00:00:00 2001 From: lixingchi1 Date: Mon, 17 Jan 2022 11:55:29 +0800 Subject: [PATCH] lixingchi1@huawei.com Signed-off-by: lixingchi1 --- compiler/components/web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index 80a3b7737..a2c7a483b 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -1,5 +1,5 @@ { "name": "Web", "atomic": true, - "attrs": ["onPagestart", "onPagefinish", "onError","onMessage"] + "attrs": ["onPageFinish", "onRequestFocus", "javaScriptEnabled", "fileAccessEnabled"] } \ No newline at end of file -- Gitee