zhengyiming
6 天以前 c7c4a5f345f3fa0cf5d5b9ce90ee96f371bc8c54
packages/components/src/Input/ChooseInputWithPicker.vue
@@ -22,7 +22,7 @@
const props = withDefaults(defineProps<Props>(), {
  enumLabelKey: 'label',
  enumValueKey: 'code',
  enumValueKey: 'value',
});
const emit = defineEmits<{