From e87b71934e3a55e8a212c34d88701a667a0e4af4 Mon Sep 17 00:00:00 2001 From: huangsl <1197784768@qq.com> Date: Thu, 10 Mar 2022 02:23:35 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/web-view.md.=20?= =?UTF-8?q?=E5=9C=A8Webview=E7=AA=97=E5=8F=A3=E4=B8=AD=E6=89=A7=E8=A1=8CJS?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=20evalJS=20=20=20=20=EF=BC=81evalJs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/web-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index b0c9be652..826727af5 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -435,7 +435,7 @@ nvue webview通信示例 }, // 调用 webview 内部逻辑 evalJs: function() { - this.$refs.webview.evalJs("document.body.style.background ='#00FF00'"); + this.$refs.webview.evalJS("document.body.style.background ='#00FF00'"); } } } -- Gitee