docs(modal): typo in programmatic emit (#3918)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
ExXTreMe315
2025-04-17 17:49:04 +02:00
committed by GitHub
parent 8ea99f0c4f
commit eb46e31ffb

View File

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