mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-06 16:30:35 +08:00
fix(components): [tree-select] expose selectedLabel
(#18981)
fix(components): [tree-select] Completion select exposed function
This commit is contained in:
parent
da7c8cec1d
commit
209a803df8
@ -63,7 +63,7 @@ export default defineComponent({
|
||||
'insertBefore',
|
||||
'insertAfter',
|
||||
]),
|
||||
...pick(select.value, ['focus', 'blur']),
|
||||
...pick(select.value, ['focus', 'blur', 'selectedLabel']),
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user