Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

Directives #39

Closed edwinsmasher closed 5 years ago

edwinsmasher commented 6 years ago

The v-confirm directives methods run before being triggered

Godofbrowser commented 6 years ago

Hello @edwinsmasher , kindly give more information regarding this issue or state how it can be reproduced.

Godofbrowser commented 5 years ago

Closing. Please check to be sure you're doing v-confirm="{ok: myMethod}" and not v-confirm="{ok: myMethod()}"