-
Notifications
You must be signed in to change notification settings - Fork 19
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
Vuex not added to Vue instance because blessed-vue version is less than 2.x #7
Comments
Actually it looks like this might be an issue with the Vuex plugin. It checks to see if the version of Vue is greater than or equal to 2. For some reason blessed is returning 1. Where might that version number come from? |
Found it. It looks like it gets it from the |
geiseri
added a commit
to geiseri/blessed-vue
that referenced
this issue
Jan 23, 2018
1. Update to latest VueJS. 2. Update to latest rollup. 3. Update to latest blessed-vue. 4. Fix issue with missing weex dependency. 5. Removed bundleSize because it was causing build errors. 6. Update version to 2.0.0 so that Vuex will load correctly. All tests pass.
lyonlai
added a commit
that referenced
this issue
Jan 28, 2018
Update to latest VueJS and a fix for issue #7.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following code:
The value
store
should be added to the vm as$store
to be globally available . For some reason this doesn't function properly so things likevuex
are not possible to use.The text was updated successfully, but these errors were encountered: