1.0.11 • Published 5 years ago

xpaas-materilas-option-change v1.0.11

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

xpaas-materilas-option-change

简介:选择框切换

选择框切换

Props

PropNameTypeDefaultRequiredDescription
optionListArray[]true选择框数据
setSelectAttrobject{'clearable': true}Select Attributes
propsobject{ 'label': 'label','value': 'value',}Option Attributes
contentBottomStyleobject{'padding': '20px', }选择框下边样式
optionStyleobject{'background-color': '#fff','min-height': '80vh','marin-right': '20px',}选择框样式
isShowFirstBooleanfalse选择框是否默认展开第一个

Event name

EventNameTypeDescription
changefunc改变后返回选中对象