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
I have a method on nuxtServerInit that mutate my states. It works, but on Vue Devtools it shows empty as initial state, even if I dispatch another action.
What is expected?
Expected on nuxtServerInit
totalResume: {10000}
What is actually happening?
totalResume: {0}
And it does not change on nuxtServerInit or even if I dispatch another action.
The text was updated successfully, but these errors were encountered:
Version
6.0.5
Browser and OS info
Windows 10 / Chrome 98.0.4758.82
Steps to reproduce
I have a method on nuxtServerInit that mutate my states. It works, but on Vue Devtools it shows empty as initial state, even if I dispatch another action.
What is expected?
Expected on nuxtServerInit
totalResume: {10000}
What is actually happening?
totalResume: {0}
And it does not change on nuxtServerInit or even if I dispatch another action.
The text was updated successfully, but these errors were encountered: