We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I dont feel the diference beetwen use Lazy prefix in component name and dont use it.
In this codepen when I delete the Lazy prefix and inspect the network I feel the same result: A mountains-list.js is generated in both cases
Can someone explain me, what is the difference?
The text was updated successfully, but these errors were encountered:
You can see the difference when building the app and running nuxt start
Sorry, something went wrong.
Oh nice! I can see it now.
I would like to know why the difference cant be appreciated in dev mode.
It will actually slow the build down since it uses a Webpack loader to smartly import the components in dev.
ok thanks for the clarification
No branches or pull requests
I dont feel the diference beetwen use Lazy prefix in component name and dont use it.
In this codepen when I delete the Lazy prefix and inspect the network I feel the same result:
A mountains-list.js is generated in both cases
Can someone explain me, what is the difference?
The text was updated successfully, but these errors were encountered: