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