vue-bulma / modal

Modal component for Vue Bulma
MIT License
49 stars 28 forks source link

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

Closed Kuchiriel closed 7 years ago

Kuchiriel commented 7 years ago

Hello!

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

Kuchiriel commented 7 years ago

I found how.

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