mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
401 B
401 B
Radio组件
基础用法
<z-radio v-model="radio">单选框</z-radio>
API
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
disabled | 是否禁用单选框 | Boolean | false |