posva / vue-mdc

Material web components for Vue.js
MIT License
1.19k stars 101 forks source link

Handle dialog accept/cancel events #257

Closed hanxue closed 6 years ago

hanxue commented 6 years ago

I have looked at the https://github.com/posva/vue-mdc/blob/master/src/Dialog/Dialog.vue source and don't see any accept/cancel events. How do I handle an accept or cancel button click event?

posva commented 6 years ago

I think you're looking for accepted and canceled but I may rename them in the future to accept and cancel (https://github.com/posva/vue-mdc/blob/master/src/Dialog/Dialog.vue#L81-L82)