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
This works perfectly, as intended.
For me thought, it breaks the modularity of the modules, as the vuex parent has to know about the name of the keys to be persisted with its submodules.
It would be more modular if the sub modules could define their permitted keys themselves.
Is there a way to reach this?
Many thanks!
The text was updated successfully, but these errors were encountered:
This is not a bug. It is a request / question.
Let say you have a standard vuex structure with a few modules
with moduleA:
This works perfectly, as intended.
For me thought, it breaks the modularity of the modules, as the vuex parent has to know about the name of the keys to be persisted with its submodules.
It would be more modular if the sub modules could define their permitted keys themselves.
Is there a way to reach this?
Many thanks!
The text was updated successfully, but these errors were encountered: