I'm using the prerender-spa-plugin, and it works great! I'm curious on how vue manages to detect the prerendering. Why doesn't it try to render its components as usual?
I've tried searching for answers but no one is discussing how vue accomplishes this.