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
Hi,
Since this is executed during build and not at runtime, would it be possible to inject the variable into the Nuxt $config object or maybe create a new $theme or $styleRessources object ?
Some Vue component require a color as a props and I don't want to duplicate the data as it make the app harder to maintain.
Hi,
Since this is executed during build and not at runtime, would it be possible to inject the variable into the Nuxt
$config
object or maybe create a new$theme
or$styleRessources
object ?Some Vue component require a color as a props and I don't want to duplicate the data as it make the app harder to maintain.
So for example:
Would become
The text was updated successfully, but these errors were encountered: