morkro / vue-a11y-dialog

Vue.js component for a11y-dialog

Home Page:https://www.npmjs.com/package/vue-a11y-dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an event that fires on close

ehuelsda opened this issue · comments

Instead of only firing an event when the dialog is created it would be great to be able to watch for an event when the user hides the dialog. As in by adding @hide on the component, not by having to add an event listener on the dialog object.