Vue component for pull-refresh and push-load.
npm install vue-easyrefresh
// 使用命令安装
npm install vue-easyrefresh -S
或者
yarn add vue-easyrefresh
// 使用package.json
"dependencies": {
"vue-easyrefresh": "version",
....
}
`
#### 2.引入 EasyreFresh
`javascript
import Vue from 'vue'
import EasyRefresh from 'vue-easyrefresh'
Vue.use(EasyRefresh)
`
#### 3.使用 EasyreFresh
`javascript
:userSelect="false"
:onRefresh="onRefresh"
:loadMore="loadMore">
`
使用指定的 Header 和 Footer
`html
:userSelect="false"
:onRefresh="onRefresh"
:loadMore="loadMore">
`
捐赠
如果你喜欢我的项目,请在项目右上角 "Star" 一下。你的支持是我最大的鼓励! ^_^
你也还可以扫描下面的二维码,或者通过,对作者进行打赏。
  
如果在捐赠留言中备注名称,将会被记录到列表中~ 如果你也是github开源作者,捐赠时可以留下github项目地址或者个人主页地址,链接将会被添加到列表中起到互相推广的作用
捐赠列表
$3
#### 进群须知
这个群不仅仅是解决EasyreFresh的问题,任何Vue.js相关的问题都可以进行讨论。正如它的名字一样,有问必答,只要群主有时间,都会帮大家一起解决问题。
感谢
vue-scroller
SmartRefreshLayout
开源协议
`
MIT License
Copyright (c) 2019 xuelongqy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
``