object not persist #2115
object not persist
#2115
-
Reproductionhttps://stackblitz.com/edit/nuxt-starter-b3gnpr Steps to reproduce the bugIn theory, the storage loads the object only once and the second time, since it's already loaded, it doesn't load it again. However, in both cases the application variable is empty, when it should already be full. Expected behavior"application empty we assign" should be painted only once Actual behavior"application empty we assign" should be painted many times Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Apr 3, 2023
Replies: 1 comment 2 replies
-
This is because Nuxt executes the action on the server and on the client |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because Nuxt executes the action on the server and on the client