1.0.2 • Published 5 years ago

notice-bar v1.0.2

Weekly downloads
24
License
-
Repository
github
Last release
5 years ago

纵向滚动组件

example

使用说明

npm i notice-bar -S
import noticeBar from 'notice-bar'
export default {
  components: {
    noticeBar,
  },
}
<notice-bar />

属性说明

参数说明类型默认值
noticeBarList消息数组Array[]
speed速度(毫秒)Number2000
height高度(px)Number40
background背景色String#fff
color字体颜色String#000
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago