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
hi guys.
All components run two times. I run console.log('test') in all components it is a print twice.
So far no one has encountered this problem ?
The text was updated successfully, but these errors were encountered:
Same probleme Some issue related this fact about webpack and vue-router
Visible on simple vue-cli and ssr-plugin.
Any ideas ?
Sorry, something went wrong.
It seems like the renderScripts function outputs the bundle as well as being output by replacing the placeholder
When you remove the {{{ renderScripts() }}} in the index.ssr.html your app is mounted only once.
But I'm actually looking to understand the possible side effect of removing the renderScripts
Duplicate of #158
No branches or pull requests
hi guys.
All components run two times. I run console.log('test') in all components it is a print twice.
So far no one has encountered this problem
?
The text was updated successfully, but these errors were encountered: