mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [tree-select] expose selectedLabel (#18981)
fix(components): [tree-select] Completion select exposed function
This commit is contained in:
@@ -63,7 +63,7 @@ export default defineComponent({
|
||||
'insertBefore',
|
||||
'insertAfter',
|
||||
]),
|
||||
...pick(select.value, ['focus', 'blur']),
|
||||
...pick(select.value, ['focus', 'blur', 'selectedLabel']),
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user