mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
feat(components): [mention] explicit export dropdownVisible (#18460)
* feat(components): [mention] explicit export dropdownVisible * feat(components): [mention] mention component docs update * docs: unify format --------- Co-authored-by: warmthsea <2586244885@qq.com>
This commit is contained in:
parent
7e4682a2ee
commit
bd245cabdc
@ -124,9 +124,10 @@ and please go to the original component to view the documentation.
|
||||
### Exposes
|
||||
|
||||
| Name | Description | Type |
|
||||
| ------- | ----------------------------- | --------------------------------------- |
|
||||
| ------------------------ | ----------------------------- | --------------------------------------- |
|
||||
| input | el-input component instance | ^[object]`Ref<InputInstance \| null>` |
|
||||
| tooltip | el-tooltip component instance | ^[object]`Ref<TooltipInstance \| null>` |
|
||||
| dropdownVisible ^(2.8.5) | tooltip display status | ^[object]`ComputedRef<boolean>` |
|
||||
|
||||
## Type Declarations
|
||||
|
||||
|
@ -274,5 +274,6 @@ const syncDropdownVisible = () => {
|
||||
defineExpose({
|
||||
input: elInputRef,
|
||||
tooltip: tooltipRef,
|
||||
dropdownVisible,
|
||||
})
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user