Godofbrowser/vuejs-dialog

Documentation doesn't explain how to open alert

maxorlovsky opened this issue · 1 comments

Explanation about alert dialog in readme is missing. I think this.$dialog.alert needs to be added as it's not mentioned anywhere except if you go look at source or docs folders in repo.

@maxorlovsky That's correct. this.$dialog.alert('The alert message') opens the alert dialog and it escaped the documentation. Would you like to send a PR fixing that or have me update it in my spare time?