wupengfei
6 天以前 89a1e1217e7b5cd42efff283c7b0a664da469135
packages/components/src/Input/ChooseInputWithPicker.vue
@@ -21,8 +21,8 @@
};
const props = withDefaults(defineProps<Props>(), {
  enumLabelKey: 'name',
  enumValueKey: 'id',
  enumLabelKey: 'label',
  enumValueKey: 'value',
});
const emit = defineEmits<{