fix(components): [tree-select] expose selectedLabel (#18981)

fix(components): [tree-select] Completion select exposed function
This commit is contained in:
知晓同丶 2024-11-22 20:04:39 +08:00 committed by GitHub
parent da7c8cec1d
commit 209a803df8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ export default defineComponent({
'insertBefore',
'insertAfter',
]),
...pick(select.value, ['focus', 'blur']),
...pick(select.value, ['focus', 'blur', 'selectedLabel']),
})
})