1.3.1 • Published 5 years ago

vue-pc-scroll v1.3.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

vue-pc-scroll

scroll for pc,based Vue2.x

安装(Install)

npm install vue-pc-scroll -save

导入(Import)

*.js

import vueScroll from 'vue-pc-scroll'

可全局注册使用

Vue.use(vueScroll);

标签(Target)

*vue

<vueScroll :scrollColor="#fff"></vueScroll>

功能(Api)

OptionsTypeDescriptionDefaultNecessary
scrollColorstring滚动条的颜色(#fff,rgb(0,0,0),rgba(0,0,0,.3)三种格式都可以)透明蓝rgba(0,144,255,.3)
1.3.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago