vue-toastification
vue-toastification copied to clipboard
Can I not propagate the click action?
Versions
- 1.0
Describe the bug
I'm using vue-toastification 1.x in a vuejs2.x + vuetify 2.x project. I'm also using vuetify's
Expected behavior
Have an option to not propagate the close action
Well, I just added the persistent
property from the other package, now my dialog doesn't hide unintentionally.
But is it possible to stop event propagation using vue toastification?
I have the same problem. I fixed it with "persistent" property of v-dialog, but it's not a very good fix.