aslanon / vue-confirm-dialog

Simple Confirm Dialog verification plugin with Vue.js.
https://aslanon.github.io/vue-confirm-dialog/
MIT License
190 stars 42 forks source link

Dialog title does not change. #2

Closed aslanon closed 4 years ago

aslanon commented 4 years ago

Describe the bug If title has not been sent from the option json, it comes to default text

{
  "message": "Are you sure?",
  "auth": false,
  "button": {
    "yes": "OK"
  }
}