NSSure/vue-sure-toast

Toast options are not overriding the plugin level defaults

Closed this issue · 1 comments

When a option is passed at the plugin level (say 'persist') if the same option is passed for an individual toast the individual toast option is supposed to override the plugin level options and it is not.

Note that the options precedence goes like so (toast -> user defaults -> plugin defaults).