在vue项目中使用vantUI中的组件实现上拉加载,下拉刷新(在手机端实现)
1,在项目中安装vantUI :npm i vant -S
2, 在main.js 文件中引入组件:
import '../node_modules/vant/lib/vant-css/index.css';
import{PullRefresh,List,Loading,Toast}from'vant';
Vue.use(PullRefresh).use(List)....
原创
2019-12-02 14:15:59 ·
1354 阅读 ·
0 评论