UNPKG

yl-view

Version:

一个基于uniapp的ui框架

39 lines 599 B
export default { props:{ count:{ type:Number, default:0 }, // line dots index type:{ type:String, default:'dots' }, currentIndex:{ type:Number, default:0 }, // 指示器非激活颜色 indicatorActiveColor: { type: String, default: '#000' }, // 指示器的激活颜色 indicatorInactiveColor: { type: String, default: uni.$yl.ylPrimary }, color:{ type:String, default:'#fff' }, title:{ type:String, default:'' }, dotsWidth:{ type:String, default:'12rpx' }, } }