yariksav / vuetify-dialog

Easy dialogs in Vuetify.js framework
MIT License
195 stars 48 forks source link

How to call event Close dialog from inside dialog component? #128

Closed Artanisky closed 3 years ago

Artanisky commented 3 years ago

Hi I made my own close button but didn't find the dialog close event. How to call event Close dialog from inside dialog component?

craftsman-expert commented 3 years ago

this.$emit('close') close the dialog from inside the component,

yariksav commented 3 years ago
this.$emit('submit', { ...some result })