1.0.4 • Published 9 months ago

vue-loading-more v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

vue-loading-more

介绍

一款基于vue的视口交叉监控组件加载更多

样例

Alt text

开始

npm install vue-loading-more

使用

import VueLoadingMore from 'vue-loading-more';
Vue.use(VueLoadingMore)

option参数说明

名称是否必填类型默认值说明
thresholdnumber0.5交叉阈值(0-1)

事件说明

名称说明
intersect监控目标元素与视口相交触发

样例

 <VueLoadingMore
    :threshold="threshold"
    @intersect="handleIntersect">
      <span>加载更多</span>  
  </VueLoadingMore>
1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago