We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.3.0
https://jsfiddle.net/chrisvfritz/50wL7mdz/
add new submodule with store.registerModule( MODULE_PREFIX, {...}) then try:
computed: { ...mapState( MODULE_PREFIX, [ 'someObject', ]), }
normal behavior
an error with the message: [vuex] module namespace not found in mapState()
The text was updated successfully, but these errors were encountered:
Please provide a real reproduction.
Sorry, something went wrong.
Closing for inactivity. If you can follow up information or provide a reproduction, please open a new issue.
No branches or pull requests
Version
2.3.0
Reproduction link
https://jsfiddle.net/chrisvfritz/50wL7mdz/
Steps to reproduce
add new submodule with store.registerModule( MODULE_PREFIX, {...})
then try:
What is expected?
normal behavior
What is actually happening?
an error with the message:
[vuex] module namespace not found in mapState()
The text was updated successfully, but these errors were encountered: