Skip to content

简介

封装单选字典组件

使用示例

template
<mb-radio-dict v-model="form.status" dict-key="user_status" />

radio dict props

名称类型默认值说明版本
dictKeyStringundefined字典Key
isButtonBooleanfalse是否为按钮模式
disabledValuesArray<Any>[]禁用值(例如:[0,1])
titleString''鼠标悬浮显示标题