discrepancy between zip file code & video in mastering vuex Mutations & Actions @6:56
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 :)
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