vue-custom-scrollview
Version:
基于 Vue better-scroll的移动端滚动组件,支持自定义上下拉样式
29 lines (17 loc) • 944 B
Markdown
# vue-custom-scrollview
基于 better-scroll 的一个可自定义上下拉的移动端滚动列表组件。
上下拉现默认动画,如果你想做成自己想要的上下拉动画,请查看[api](https://www.yuque.com/xiaotianyi/lkig5m/af04bx)
### Use Setup
```
npm i vue-custom-scrollview -S
```
### Example
[demo](https://daughterrui.github.io/xiaotianyi.github.io/#/vue-custom-scrollview)

### Use in SPA
[examples](https://github.com/daughterRui/vue-custom-scrollview/blob/master/examples/App.vue)目录里面有demo用法,请自行下载查看
### Attributes
[查看api文档](https://www.yuque.com/xiaotianyi/lkig5m/af04bx)
> 目前只提供了以上常用方法、Api,如有额外需要请 issue
### More detailed settings
[better-scroll](https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/#better-scroll)