v4.0
Features
- Add a vuescroll option in ops. Now, you can choose two modes for vuescroll. slidemode or native mode.
ops: {
vuescroll: [
mode: 'native' // native or slide
}
// other options...
}Bug Fix
- Can't hide native scrollbar in FireFox.#10
