Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a unique store per page render #3

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

fabiankueblerknime
Copy link
Contributor

@fabiankueblerknime fabiankueblerknime commented Apr 6, 2023

Hi!

We were trying your module as we might be interested in using it for a nuxt2 to nuxt3 migration. In the course of trying it out, we might have found a little bug. This PR should fix it.

Previous to the change there is one unique store that is global to all page renders. With the change there is one store per page render - as is the normal behavior of vuex in nuxt2.

Thank you for your work!
Fabian

Previous to this change there is one unique store that is global to all page renders.
@vedmant vedmant merged commit b89511a into vedmant:master Apr 6, 2023
@vedmant
Copy link
Owner

vedmant commented Apr 6, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants