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
Working through the vuex mutations and actions lesson. https://www.vuemastery.com/courses/mastering-vuex/vuex-mutations-actions-1
The video @ 6:56 does not have this line import { mapState, mapGetters } from 'vuex'
https://github.com/Code-Pop/real-world-vue/releases/tag/lesson12-mutations%26actions1-start
it's a minor issue, but would be good for the code to match the video. thanks :)
The text was updated successfully, but these errors were encountered:
problem was relatively minor, leaving this here in case it is useful for someone.
reversed this from the 'finish' version (https://github.com/Code-Pop/real-world-vue/releases/tag/lesson12-mutations%26actions1-finish)
my new starting point repo. https://github.com/aspiringguru/vu_mstry_vuex_muts_actions1_newstart
my working backwards repo (with more staging commits) https://github.com/aspiringguru/vue_mastery_vuex_mutations_actions1_backwards_from_finish
Sorry, something went wrong.
No branches or pull requests
Working through the vuex mutations and actions lesson.
https://www.vuemastery.com/courses/mastering-vuex/vuex-mutations-actions-1
The video @ 6:56 does not have this line
import { mapState, mapGetters } from 'vuex'
https://github.com/Code-Pop/real-world-vue/releases/tag/lesson12-mutations%26actions1-start
it's a minor issue, but would be good for the code to match the video. thanks :)
The text was updated successfully, but these errors were encountered: