vue-cli-plugin-prerender-spa icon indicating copy to clipboard operation
vue-cli-plugin-prerender-spa copied to clipboard

Prerender for router with webhash history mode

Open x3iides opened this issue 4 years ago • 0 comments
trafficstars

Hi, I was wondering if the plugin would work for applications with their vue-router using the webHashHistory mode as I have been using the webHashHistory mode since the beginning and after installing the plugin, only the index.html file is prerendered correctly

Describe the solution you'd like An example of what I'm doing now is this.

renderRoutes: [ '/', '/product' ],

but the product.html file is exactly the same as the index.html file

image

x3iides avatar Aug 04 '21 09:08 x3iides