单选框
import "../hi-radio.stml";
row 排列方式是否横向排列
checkIndex 选择第几项
@change 选择操作时事件
value数据格式 [{ name: "选项一",//选项名称,必传 checked: "https://gaokaoimage.yangkaiq.cn/checked.png",//选中时图片非必传 check: "https://gaokaoimage.yangkaiq.cn/check.png",//没选中时图片非必传 value: 1, }, { name: "选项二", checked: "https://gaokaoimage.yangkaiq.cn/checked.png", check: "https://gaokaoimage.yangkaiq.cn/check.png", value: 2, }, { name: "选项三", checked: "https://gaokaoimage.yangkaiq.cn/checked.png", check: "https://gaokaoimage.yangkaiq.cn/check.png", value: 3, }]
<hi-radio :checkIndex="checkIndex" :value="value" @change="change" :row="true" ></hi-radio>