-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
docs: make obvious where to import store from #1687
Conversation
As we browse through the modules page, it is unclear where the `store` is imported from. Since it is a one liner, I thought it would clarify to have the import explicitly here. Tell me what you think.
You can't import |
Thank you @ktsn. |
@elevatebart Hi! How is't going? Would it be possible for you to update the docs including comment from ktsn? |
Co-Authored-By: Katashin <[email protected]>
御免なさい... (^^;) |
Thanks! Looking good to me. What do you say @ktsn ? |
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 good. Thank you!
* docs: make obvious where to import store from As we browse through the modules page, it is unclear where the `store` is imported from. Since it is a one liner, I thought it would clarify to have the import explicitly here. Tell me what you think. * docs: import vuex instead of store Co-Authored-By: Katashin <[email protected]> Co-authored-by: Katashin <[email protected]>
* docs: make obvious where to import store from As we browse through the modules page, it is unclear where the `store` is imported from. Since it is a one liner, I thought it would clarify to have the import explicitly here. Tell me what you think. * docs: import vuex instead of store Co-Authored-By: Katashin <[email protected]> Co-authored-by: Katashin <[email protected]>
As we browse through the modules page, it is unclear where the
store
is imported from.Since it is a one liner, I thought it would clarify to have the import explicitly here.
Tell me what you think.