packages/components/src/Form/ProRadio.vue
@@ -31,8 +31,8 @@ const props = withDefaults(defineProps<Props>(), { allBtnLabel: '不限', allBtnValue: '', enumLabelKey: 'name', enumValueKey: 'id', enumLabelKey: 'label', enumValueKey: 'value', }); const model = defineModel<string | number>();