Godofbrowser / vuejs-dialog

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

Can I close the dialog whenever I want #53

Open xiashulin opened 5 years ago

xiashulin commented 5 years ago

the dialog will auto closed no matter i clicked which button,Can I control it? How? I only want to replace the dialog html-content sometimes.

Godofbrowser commented 5 years ago

Hello @xiashulin The default dialogs perform specific purposes like confirmation, prompt or alert. If you want to update dialog's content then there may be a need to use the custom view feature.