mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-06 16:30:35 +08:00
feat(components): [dialog] expose handleClose
(#20323)
This commit is contained in:
parent
1084071fcf
commit
a846ad1d44
@ -213,6 +213,7 @@ dialog/events
|
||||
| Name | Description | Type |
|
||||
| ---------------------- | -------------- | ----------------------- |
|
||||
| resetPosition ^(2.8.1) | reset position | ^[Function]`() => void` |
|
||||
| handleClose ^(2.9.8) | close dialog | ^[Function]`() => void` |
|
||||
|
||||
## FAQ
|
||||
|
||||
|
@ -154,5 +154,6 @@ defineExpose({
|
||||
visible,
|
||||
dialogContentRef,
|
||||
resetPosition,
|
||||
handleClose,
|
||||
})
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user