posva / vue-mdc

Material web components for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle dialog accept/cancel events

hanxue opened this issue · comments

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?

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)