zhengyiming
9 天以前 5fc0cba8af1a9e9b1cc41fa65c8a4db89e82ee3e
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<{