Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject variable into JavaScript #172

Open
mrleblanc101 opened this issue Jul 9, 2021 · 0 comments
Open

Inject variable into JavaScript #172

mrleblanc101 opened this issue Jul 9, 2021 · 0 comments

Comments

@mrleblanc101
Copy link

mrleblanc101 commented Jul 9, 2021

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:

<SomeDummyComponent :color="#ff00ff" />

Would become

<SomeDummyComponent :color="$styleRessource.colorPrimary" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant