diff --git a/docs/content/2.components/modal.md b/docs/content/2.components/modal.md index b2a63bcc2c..acb939c236 100644 --- a/docs/content/2.components/modal.md +++ b/docs/content/2.components/modal.md @@ -79,6 +79,8 @@ Then, you can use the `useModal` composable to control your modals within your a :component-example{component="modal-example-composable"} +Additionally, you can close the modal within the modal component by calling `modal.close()`. + ## Props :component-props