zhengyiming
5 天以前 17a3897c219b4d1348c01101ab7d25005384aedd
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<{