real-world-vue icon indicating copy to clipboard operation
real-world-vue copied to clipboard

discrepancy between zip file code & video in mastering vuex Mutations & Actions @6:56

Open aspiringguru opened this issue 6 years ago • 1 comments

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 :)

aspiringguru avatar Mar 03 '19 23:03 aspiringguru

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

aspiringguru avatar Mar 04 '19 07:03 aspiringguru