1.0.3 • Published 6 years ago

vue-dropload-m v1.0.3

Weekly downloads
17
License
-
Repository
-
Last release
6 years ago

vue-dropload-m

基于vue实现的移动端下拉刷新、上拉加载更多组件

use

import 'dropload' from 'vue-dropload-m' Vue.use(dropload)

code

<div> <dropload ref="drop" :loadUpFn="reFreshData" :loadDownFn="getMoreData"> <div v-for="item in datalist" class="list">   我是内容{{item}}!!! </div> </dropload> </div>

props

loadUpFn(function)

下拉刷新函数,获取数据渲染之后运行该组件的resetUp方法(必须)进行恢复状态

loadDownFn(function)

上拉刷新函数,获取数据渲染之后运行该组件的resetDown方法(必须)进行恢复状态

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago