基础用法
{
show = true;
}
"
>
confirm('index', options)"
>
默认选中项
{
showDefult = true;
}
"
>
confirm('defult', options)"
>
多列样式
{
showMultiple = true;
}
"
>
confirm('multiple', options)"
>
多级联动
{
showCascader = true;
}
"
>
confirm('cascader', options)"
>
异步获取
{
showAsync = true;
}
"
>
confirm('async', options)"
>
自定义按钮
{
showEffect = true;
}
"
>
confirm('effect', options)"
>
永远有效