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
the situation is that I have an SSG application, so I'm using vuex-persist to store the app state in the document at the time I am pre-rendering my pages, so the state is stored as HTML in every static HTML I am generating at build time.
Is there a way to trigger restoreState on route change so that on the client side I can avoid making requests that were already made at build time?
The text was updated successfully, but these errors were encountered:
the situation is that I have an SSG application, so I'm using vuex-persist to store the app state in the document at the time I am pre-rendering my pages, so the state is stored as HTML in every static HTML I am generating at build time.
Is there a way to trigger restoreState on route change so that on the client side I can avoid making requests that were already made at build time?
The text was updated successfully, but these errors were encountered: