This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c844e7  修改getComponentRect方法的参数描述
     new 2d5a676  Merge pull request #569 from kexianwang/patch-1
4c844e7 is described below

commit 4c844e739fc8e245a9b5edcb863042c1b68fe14f
Author: kexianwang <[email protected]>
AuthorDate: Mon Dec 16 11:28:55 2019 +0800

    修改getComponentRect方法的参数描述
    
    修改getComponentRect方法的参数描述,ref为要获取外框的那个节点
---
 docs/zh/docs/modules/dom.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/docs/modules/dom.md b/docs/zh/docs/modules/dom.md
index d376558..aa84d15 100644
--- a/docs/zh/docs/modules/dom.md
+++ b/docs/zh/docs/modules/dom.md
@@ -32,7 +32,7 @@
 
 #### getComponentRect(ref, callback)
 
-* **@ref**,要滚动到的那个节点。
+* **@ref**,要获取外框的那个节点。
 * **@callback**,异步方法,通过回调返回信息。 
 
 回调方法中的数据样例:

Reply via email to