zhengyiming
9 天以前 2b7fccce78fe4d57d73f4cf350cbe16b75a72fd4
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<{