chore(Picker): deprecatation warning of valueKey (#8994)
This commit is contained in:
+1
-1
@@ -327,7 +327,7 @@ export default defineComponent({
|
||||
ref={pickerRef}
|
||||
class={bem()}
|
||||
columns={columns}
|
||||
valueKey="name"
|
||||
columnsFieldNames={{ text: 'name' }}
|
||||
onChange={onChange}
|
||||
onConfirm={onConfirm}
|
||||
{...pick(props, INHERIT_PROPS)}
|
||||
|
||||
Reference in New Issue
Block a user