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

@@ -333,7 +333,7 @@ name: 'slideover-programmatic-example'
::
::tip
You can close the slideover within the slideover component by calling `slideover.close()`.
You can close the slideover within the slideover component by emitting `emit('close')`.
::
### Nested slideovers