3.0.11 • Published 2 years ago

wechat-coolui-scroller v3.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

wechat-coolui-scroller 微信小程序Scroll 上拉加载下拉刷新组件

引入

1.安装

app.jsonindex.json中引入组件

npm i wechat-coolui-scroller --production

2.调用组件

app.jsonindex.json中引入组件

"usingComponents": {
  "scroller": "wechat-coolui-scroller/scroller/index"
}

3.页面结构

<scroller class="my-scroller" > </scroller>