Open racode246 opened 4 years ago
Anther question would be how to set globally a duration for both registered and non-registered toasts
Has anyone figured this out?
Passing options via modules sections works fine
modules: [
['@nuxtjs/toast', { duration: 5000 }]
],
How to pass options to globally configured toast module? I could pass the message but not the options.
In my nuxt file I have:
and passed the option like this
What should I do?