npm.io
3.0.11 • Published 4 years ago

wechat-coolui-scroller

Licence
MIT
Version
3.0.11
Deps
0
Size
115 kB
Vulns
0
Weekly
2

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>

Keywords