yariksav / vuetify-dialog

Easy dialogs in Vuetify.js framework
MIT License
195 stars 48 forks source link

Handle multiple messages #100

Closed cxl-todd closed 3 years ago

cxl-todd commented 3 years ago

Is there a way to have multiple messages pop up in quick succession without them overlapping each other? We have events that sometimes come in quick bursts. These pop up, but each message overlaps the one beneath it so we cannot see anything but the latest message.

yariksav commented 3 years ago

Use this.$dialog.notify. (error, success, info, warningj) instead .message.