We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4be97c commit 2fff68fCopy full SHA for 2fff68f
docs/content/3.api/2.composables/1.use-modal.md
@@ -44,6 +44,7 @@ const { open, close, destroy, options, patchOptions } = useModal({
44
clickToClose: true,
45
escToClose: true,
46
// Bind events to the modal component (VueFinalModal in this case).
47
+ // Any custom events can be listened for when prefixed with "on", e.g. "onEventName".
48
onBeforeOpen() { /* on before open */ },
49
onOpened() { /* on opened */ },
50
onBeforeClose() { /* on before close */ },
0 commit comments