You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to support the second option which is cleaner for big config.
It's only one line of code to change, where moduleOptions is A) and this.options.cookieUniversal is B).
Nuxt has 2 way to pass options to a module.
A) Directly to the module like so:
B) Or via an option inside the nuxt config:
Would be nice to support the second option which is cleaner for big config.
It's only one line of code to change, where
moduleOptions
is A) andthis.options.cookieUniversal
is B).Link to the docs: https://nuxtjs.org/docs/directory-structure/modules/#2-thisoptions
The text was updated successfully, but these errors were encountered: