rlemaigre / vue3-promise-dialog

Dialogs meet promises in Vue 3 !
MIT License
69 stars 14 forks source link

Feat: fallback to undefined #13

Open bpolaszek opened 12 months ago

bpolaszek commented 12 months ago

Allows resolving modals with closeDialog() even if no returnValue is exposed from the dialog component. This means the underlying promise will legitimately be resolved to undefined without raising an error.

Addresses #8