You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
270 B
14 lines
270 B
4 years ago
|
# @better-scroll/core
|
||
|
|
||
|
[中文文档](https://github.com/ustbhuangyi/better-scroll/blob/master/packages/core/README_zh-CN.md)
|
||
|
|
||
|
core scroll from BetterScroll.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```js
|
||
|
import BScroll from '@better-scroll/core'
|
||
|
|
||
|
const bs = new BScroll('.wrapper', {/* ... */})
|
||
|
```
|