# CategorySelect 类别选择

基础用法
显示代码
自定义颜色
显示代码
CategorySelect Attributes
参数 说明 类型 可选值 默认值
value / v-model 绑定值 String - -
separator 分隔符 String - |
separator-color 分割符颜色 String - #cfd8dc
normal-color 默认状态颜色 String - #333
active-color 选中状态颜色 String - #2196f3
CategorySelectItem Attributes
参数 说明 类型 可选值 默认值
value 选项值 String - -
label 文本内容 String - -
disabled 是否禁用 Boolean - false
CategorySelectItem Slot
name 说明
内容插槽