Godofbrowser / vuejs-dialog

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

await response #63

Closed hhummell81 closed 4 years ago

hhummell81 commented 4 years ago

Hi!

Is there any way to make this component synchronous? Now, when we call to this.$dialog, it works asynchronously. Is there any way to stop the execution until the user clicks a button?

Thanks!

hhummell81 commented 4 years ago

regular async await, closing issue, sorry!