nandi95 / vue-toastify

🔥 Simple, extendable, dependency free notification plugin. 🔥
https://vue-toastify.netlify.com/
MIT License
227 stars 12 forks source link

Custom notification setting #22

Closed bendadaniel closed 3 years ago

bendadaniel commented 4 years ago

Hello, is there way how to pass vuetify setting to each notification call?

For example I want notification A will have backdrop and notification B will not have backdrop.

I know there is this.$vToastify.setSettings(settingsObject); but it will set setting to all notifications, right?

nandi95 commented 4 years ago

That currently cannot be done.

Interesting idea....

What would you do if notification B comes while notification A is still on screen? would it just overwrite the previous with background setting while on screen?

@bendadaniel

nandi95 commented 3 years ago

Closing due to inactivity