Open mehrdadphp opened 4 years ago
Same probleme Some issue related this fact about webpack and vue-router
Visible on simple vue-cli and ssr-plugin.
Any ideas ?
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
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 ?