$ui/components/my-select

下拉组件,继承Base

Source:

Members

(inner) props

Source:
Properties:
Name Type Attributes Description
group Array <optional>

分组,数据项字段包括 id, label, disabled, options 中的 parentId 字段与分组id相等即标识选项在该分组下

通用参数之外的扩展参数

(inner) slots

Source:
Properties:
Name Type Attributes Description
option string <optional>

作用域插槽,参数: item 数据项,index 索引

插槽