From 098879dd22e78b53f8a4584079c1f3689746a9f0 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 8 Aug 2022 10:23:46 +0800 Subject: [PATCH] =?UTF-8?q?docs(webview):=20App-vue=E7=AB=AF=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E9=80=9A=E8=BF=87webview-styles=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=AE=BD=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/web-view.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index eb9d6e32a..1b7846fbd 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -32,6 +32,8 @@ |属性|类型|说明| |:-|:-|:-| |progress|Object/Boolean|进度条样式。仅加载网络 HTML 时生效,设置为 `false` 时禁用进度条。| +|width|String|web-view 组件的宽度。| +|height|String|web-view 组件的高度。| **progress** -- GitLab