docs(modal/slideover): update close method in tips to use emit('close') (#3421)

This commit is contained in:
Eugen Istoc
2025-03-01 05:08:09 -05:00
committed by GitHub
parent 80b701d270
commit 7f420d9bec
2 changed files with 2 additions and 2 deletions

View File

@@ -334,7 +334,7 @@ name: 'modal-programmatic-example'
::
::tip
You can close the modal within the modal component by calling `modal.close()`.
You can close the modal within the modal component by emitting `"emit('close')`.
::
### Nested modals