You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/12/21 02:53:32 UTC

[incubator-weex-site] branch draft updated: [Weex][Doc] list add scrollable attribute (#251)

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

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


The following commit(s) were added to refs/heads/draft by this push:
     new b0db641  [Weex][Doc] list add scrollable attribute (#251)
b0db641 is described below

commit b0db641d8428a53c1443b1da2c657086c0343189
Author: codefurture <gu...@163.com>
AuthorDate: Fri Dec 21 10:53:28 2018 +0800

    [Weex][Doc] list add scrollable attribute (#251)
    
    [Weex][Doc] list add scrollable attribute
---
 docs/zh/docs/components/list.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/zh/docs/components/list.md b/docs/zh/docs/components/list.md
index c0a8c5b..1764564 100644
--- a/docs/zh/docs/components/list.md
+++ b/docs/zh/docs/components/list.md
@@ -66,6 +66,12 @@
       <td>number</td>
       <td>10</td>
     </tr>
+     <tr>
+      <td>scrollable</td>
+      <td>是否运行List关系</td>
+      <td>boolean</td>
+      <td>true/false</td>
+    </tr>
   </tbody>
 </table>
 
@@ -95,4 +101,4 @@
 [简单示例](http://dotwe.org/vue/c9ab413141713d5c7ea3e5083eb4dbd1)  
 [滑动加载](http://dotwe.org/vue/f188936d60c6ca45d342d34f0659a2be)  
 [头部示例](http://dotwe.org/vue/b66212f9779e20f456ba48ab91fd199f)  
-[cell appear事件](http://dotwe.org/vue/b9e8186c38641f41a7bb1785b3d3fa92)  
\ No newline at end of file
+[cell appear事件](http://dotwe.org/vue/b9e8186c38641f41a7bb1785b3d3fa92)