Skip to content

Commit

Permalink
docs: 修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Oct 19, 2019
1 parent e26f6b1 commit 1f39959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/component/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ app端nvue专用组件。在app-nvue下,如果是长列表,使用list组件
|show-scrollbar|控制是否出现滚动条|boolean|true|
|loadmoreoffset|触发 loadmore 事件所需要的垂直偏移距离(设备屏幕底部与 list 底部之间的距离),建议手动设置此值,设置大于0的值即可|number|0|
|offset-accuracy|控制 onscroll 事件触发的频率:表示两次onscroll事件之间列表至少滚动了10px。注意,将该值设置为较小的数值会提高滚动事件采样的精度,但同时也会降低页面的性能|number|10|
|pagingEnabled|是否按分页模式线上List,默认值false|boolean|true/false|
|scrollable|是否运行List关系|boolean|true/false|
|pagingEnabled|是否按分页模式显示List,默认值false|boolean|true/false|
|scrollable|是否允许List滚动|boolean|true/false|

`loadmoreoffset` 示意图:

Expand Down

0 comments on commit 1f39959

Please sign in to comment.