checkColor 和 hoverColor 属性即可。',
code: codeCommon({
attr:
'v-model="radioValue" text-color="#1996f9" check-color="#f00" hover-color="#0f0"',
}),
js: `{
data() {
return {
defaultDatas: ${JSON.stringify(defaultDatas)},
radioValue: '更多',
};
},
}`,
};
export default base;