UNPKG

yl-view

Version:

一个基于uniapp的ui框架

44 lines 688 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' }, // line 模式 下指示器宽度 lineWidth:{ type:Number, default:40 } } }