You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: