vue-bulma/modal

Put events on 'Ok' and 'Cancel' button of Card Modal.

Closed this issue · 1 comments

Hello!

Sorry if it is a dumb question, but how can I put events on these buttons?

I found how.

card-modal(:visible='visible', @close='close', :title='title', transition='fade', :okText="okText", :cancelText="cancelText", @ok="ok", @cancel="cancel")