Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 587 Bytes

scroll.md

File metadata and controls

22 lines (19 loc) · 587 Bytes

Scroll

简单的例子

<infinite-scroll
  :lists="lists"
  :length="30">
  <div
    slot-scope="props">
    {{ props.data }}
  </div>
</infinite-scroll>

属性

参数 说明 类型 可选值 默认值
lists 完整的列表 array
height 最大高度 number 300
wrapCustomClass 自定义wrap类名 string -
rowCustomClass 自定义item类名 string -