-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add upgrade information for Pinia migration #1677
Conversation
6e5322a
to
29be204
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good. The only thing I'm thinking about is explaining the case how to implement the composables outside the store (which are then added again into a store) so that they are directly accessible even when Pinia isn't initialized yet.
This could be useful especially for internal developer
823612b
to
a9de0c5
Compare
a9de0c5
to
e25a1bb
Compare
@jleifeld done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tajespasarela should this be merged already or tagged for milestone 6.7 ? |
This PR adds information about the migration from Vuex to Pinia and explains how to proceed.