扫一扫分享
一个小而强大的Javascript库,旨在为您的webapp提供刷新功能。无需标记,高度可定制且无依赖性!
安装
npm install pulltorefreshjs --save-dev
cat https://unpkg.com/pulltorefreshjs@0.1.15/dist/pulltorefresh.js
使用
const ptr = PullToRefresh.init({
mainElement: 'body',
onRefresh() {
window.location.reload();
},
});
手机预览