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
In Vuex docs, we use Vue state management library to describe it's function. But in Pinia, We use "Store" capitalized, which seems to imply that it is a proper noun, and it is. I personally think this description is unfriendly to beginners and translators.
Proposed solution
Use Vue state management library instead of Vue Store in docs.