-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Using de useModal() function in setup() is there a way to close the modal from inside the component manually? i tried to use $emit('close') and $emit('confirm') but this did not do anything.
setup(props) { return { category_modal: useModal({ component: CategoryModal }) } },
Version
"vue-final-modal": "^4.0.0"
"vue": "^3.2.0",
OS
Mac
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested