This app works best with JavaScript enabled.
U
n
c
l
e
J
a
v
a
S
c
r
i
p
t
.
c
o
m
Article
Category
About me
Vuex 総復習
Tweet
Vue Udemy
Vue
JavaScript おじさんがお届けする、
最高評価の React + Redux レッスンコースで
君も React エンジニアになろう!
JavaScript おじさんがお届けする
Vue + Vuex + Vue-router レッスンコースで
君も Vue エンジニアになろう!
参考コード
復習しよう!
Vuex の設定
store の設定
state は data のようなもの
mutation は state を変更するためのもの
コンポーネントからは state を直接参照せず、getter 経由で
コンポーネントから state を変更する場合には、直接 mutaion を実行せず、action を実行し、action に mutaion を実行させること
JavaScript おじさんがお届けする、
最高評価の React + Redux レッスンコースで
君も React エンジニアになろう!
JavaScript おじさんがお届けする
Vue + Vuex + Vue-router レッスンコースで
君も Vue エンジニアになろう!