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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using Vuex, if my store gets too big I can split everything into different objects/files and keep the types:
Pinia has complex types for the getters and actions and it would be nice to be able to import a single type to do the same if possible.
I have tried to do something like this but couldn't get it to work:
I'm loving everything else about this project, it's made jump to Vue 3, so thank you!
Beta Was this translation helpful? Give feedback.
All reactions